Html Css Color HEX #96711C Golden Brown

📋 copy color: '#96711C'

red 150 ◦ green 113 ◦ blue 28

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

Shades of Golden Brown #96711C

Tints of Golden Brown #96711C

RGB

 RED value IS 150 (58.98% from 255) = 51.55%

 GREEN value IS 113 (44.53% from 255) = 38.83%

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 51.55%
G = 38.83%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96711C (or 0x96711C) is known color: Golden Brown. HEX triplet: 96, 71 and 1C. RGB value is (150,113,28). Sum of RGB (Red+Green+Blue) = 150+113+28=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96711C is #698EE3. Grayscale: #727272. Windows color (decimal): -6917860 or 1864086. OLE color: 1864086.

HSL color Cylindrical-coordinate representation of color #96711C: hue angle of 41.8º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96711C is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 113 28 -
CMYK 0 0.25 0.81 0.41
HSL 41.8º 0.69% 0.35% -
HSV(B) 41.8º 0.81% 0.59% -
XYZ 18.69 18.38 3.66 -
YUV 114.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 150 113 28 0 0.25 0.81 0.41 41.8 0.69 0.35
Hex 96 71 1C 0 19 51 29 2A 45 23
Octal 226 161 34 0 31 121 51 52 105 43
Binary 10010110 1110001 11100 0 11001 1010001 101001 101010 1000101 100011

Color Harmonies of #96711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96711C

Black with #96711C

Text Example


Text Example

White with #96711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96711C; }

 p { color: rgb(150,113,28); }

 H1.HeaderClassName
 {
   color: #96711C;
 }
 .AnyTagClassName
 {
   color: #96711C;
 }
</style>

background-color css

<style>
 a { background-color: #96711C; }

 a { background-color: rgb(150,113,28); }

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

border-color css

<style>
 span { border-color: #96711C; }

 span { border-color: rgb(150,113,28); }

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