Html Css Color HEX #996B0E Golden Brown

📋 copy color: '#996B0E'

red 153 ◦ green 107 ◦ blue 14

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

Shades of Golden Brown #996B0E

Tints of Golden Brown #996B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 55.84%
G = 39.05%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#996B0E (or 0x996B0E) is known color: Golden Brown. HEX triplet: 99, 6B and 0E. RGB value is (153,107,14). Sum of RGB (Red+Green+Blue) = 153+107+14=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #996B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996B0E is #6694F1. Grayscale: #6E6E6E. Windows color (decimal): -6722802 or 945049. OLE color: 945049.

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

Color convert

RGB 153 107 14 -
CMYK 0 0.30 0.91 0.4
HSL 40.14º 0.83% 0.33% -
HSV(B) 40.14º 0.91% 0.6% -
XYZ 18.47 17.32 2.78 -
YUV 110.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 153 107 14 0 0.30 0.91 0.4 40.14 0.83 0.33
Hex 99 6B E 0 1E 5B 28 28 53 21
Octal 231 153 16 0 36 133 50 50 123 41
Binary 10011001 1101011 1110 0 11110 1011011 101000 101000 1010011 100001

Color Harmonies of #996B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B0E

Black with #996B0E

Text Example


Text Example

White with #996B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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