Html Css Color HEX #96610B Golden Brown

📋 copy color: '#96610B'

red 150 ◦ green 97 ◦ blue 11

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

Shades of Golden Brown #96610B

Tints of Golden Brown #96610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.6%

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 58.14%
G = 37.6%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96610B (or 0x96610B) is known color: Golden Brown. HEX triplet: 96, 61 and 0B. RGB value is (150,97,11). Sum of RGB (Red+Green+Blue) = 150+97+11=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #96610B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96610B is #699EF4. Grayscale: #676767. Windows color (decimal): -6921973 or 745878. OLE color: 745878.

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

Color convert

RGB 150 97 11 -
CMYK 0 0.35 0.93 0.41
HSL 37.12º 0.86% 0.32% -
HSV(B) 37.12º 0.93% 0.59% -
XYZ 16.91 15.06 2.33 -
YUV 103.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 150 97 11 0 0.35 0.93 0.41 37.12 0.86 0.32
Hex 96 61 B 0 23 5D 29 25 56 20
Octal 226 141 13 0 43 135 51 45 126 40
Binary 10010110 1100001 1011 0 100011 1011101 101001 100101 1010110 100000

Color Harmonies of #96610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96610B

Black with #96610B

Text Example


Text Example

White with #96610B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,97,11); }

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

background-color css

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

 a { background-color: rgb(150,97,11); }

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

border-color css

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

 span { border-color: rgb(150,97,11); }

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