Html Css Color HEX #96711B Golden Brown

📋 copy color: '#96711B'

red 150 ◦ green 113 ◦ blue 27

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

Shades of Golden Brown #96711B

Tints of Golden Brown #96711B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.31%

R = 51.72%
G = 38.97%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96711B (or 0x96711B) is known color: Golden Brown. HEX triplet: 96, 71 and 1B. RGB value is (150,113,27). Sum of RGB (Red+Green+Blue) = 150+113+27=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96711B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96711B is #698EE4. Grayscale: #727272. Windows color (decimal): -6917861 or 1798550. OLE color: 1798550.

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

Color convert

RGB 150 113 27 -
CMYK 0 0.25 0.82 0.41
HSL 41.95º 0.69% 0.35% -
HSV(B) 41.95º 0.82% 0.59% -
XYZ 18.68 18.37 3.6 -
YUV 114.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 150 113 27 0 0.25 0.82 0.41 41.95 0.69 0.35
Hex 96 71 1B 0 19 52 29 2A 45 23
Octal 226 161 33 0 31 122 51 52 105 43
Binary 10010110 1110001 11011 0 11001 1010010 101001 101010 1000101 100011

Color Harmonies of #96711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96711B

Black with #96711B

Text Example


Text Example

White with #96711B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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