Html Css Color HEX #996F0F Golden Brown

📋 copy color: '#996F0F'

red 153 ◦ green 111 ◦ blue 15

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

Shades of Golden Brown #996F0F

Tints of Golden Brown #996F0F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.78%

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 54.84%
G = 39.78%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#996F0F (or 0x996F0F) is known color: Golden Brown. HEX triplet: 99, 6F and 0F. RGB value is (153,111,15). Sum of RGB (Red+Green+Blue) = 153+111+15=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #996F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F0F is #6690F0. Grayscale: #717171. Windows color (decimal): -6721777 or 1011609. OLE color: 1011609.

HSL color Cylindrical-coordinate representation of color #996F0F: hue angle of 41.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #996F0F is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 111 15 -
CMYK 0 0.27 0.90 0.4
HSL 41.74º 0.82% 0.33% -
HSV(B) 41.74º 0.9% 0.6% -
XYZ 18.91 18.18 2.96 -
YUV 112.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 153 111 15 0 0.27 0.90 0.4 41.74 0.82 0.33
Hex 99 6F F 0 1B 5A 28 2A 52 21
Octal 231 157 17 0 33 132 50 52 122 41
Binary 10011001 1101111 1111 0 11011 1011010 101000 101010 1010010 100001

Color Harmonies of #996F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F0F

Black with #996F0F

Text Example


Text Example

White with #996F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,111,15); }

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

background-color css

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

 a { background-color: rgb(153,111,15); }

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

border-color css

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

 span { border-color: rgb(153,111,15); }

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