Html Css Color HEX #996B07 Golden Brown

📋 copy color: '#996B07'

red 153 ◦ green 107 ◦ blue 7

#996B07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #996B07

Tints of Golden Brown #996B07

RGB

 RED value IS 153 (60.16% from 255) = 57.3%

 GREEN value IS 107 (42.19% from 255) = 40.07%

 BLUE value IS 7 (3.13% from 255) = 2.62%

R = 57.3%
G = 40.07%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#996B07 (or 0x996B07) is known color: Golden Brown. HEX triplet: 99, 6B and 07. RGB value is (153,107,7). Sum of RGB (Red+Green+Blue) = 153+107+7=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #996B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996B07 is #6694F8. Grayscale: #6D6D6D. Windows color (decimal): -6722809 or 486297. OLE color: 486297.

HSL color Cylindrical-coordinate representation of color #996B07: hue angle of 41.1º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #996B07 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 7 -
CMYK 0 0.30 0.95 0.4
HSL 41.1º 0.91% 0.31% -
HSV(B) 41.1º 0.95% 0.6% -
XYZ 18.43 17.3 2.57 -
YUV 109.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 153 107 7 0 0.30 0.95 0.4 41.1 0.91 0.31
Hex 99 6B 7 0 1E 5F 28 29 5B 1F
Octal 231 153 7 0 36 137 50 51 133 37
Binary 10011001 1101011 111 0 11110 1011111 101000 101001 1011011 11111

Color Harmonies of #996B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B07

Black with #996B07

Text Example


Text Example

White with #996B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996B07; }

 p { color: rgb(153,107,7); }

 H1.HeaderClassName
 {
   color: #996B07;
 }
 .AnyTagClassName
 {
   color: #996B07;
 }
</style>

background-color css

<style>
 a { background-color: #996B07; }

 a { background-color: rgb(153,107,7); }

 div.DivClassName
 {
   background-color: #996B07;
 }
 .BgClassName
 {
   background-color: #996B07;
 }
</style>

border-color css

<style>
 span { border-color: #996B07; }

 span { border-color: rgb(153,107,7); }

 td.TdClassName
 {
   border-color: #996B07;
 }
 .TagClassName
 {
   border-color: #996B07;
 }
</style>