Html Css Color HEX #96611C Golden Brown

📋 copy color: '#96611C'

red 150 ◦ green 97 ◦ blue 28

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

Shades of Golden Brown #96611C

Tints of Golden Brown #96611C

RGB

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

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

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

R = 54.55%
G = 35.27%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96611C (or 0x96611C) is known color: Golden Brown. HEX triplet: 96, 61 and 1C. RGB value is (150,97,28). Sum of RGB (Red+Green+Blue) = 150+97+28=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96611C is #699EE3. Grayscale: #696969. Windows color (decimal): -6921956 or 1859990. OLE color: 1859990.

HSL color Cylindrical-coordinate representation of color #96611C: hue angle of 33.93º 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 #96611C is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 28 -
CMYK 0 0.35 0.81 0.41
HSL 33.93º 0.69% 0.35% -
HSV(B) 33.93º 0.81% 0.59% -
XYZ 17.06 15.12 3.12 -
YUV 104.98 84.56 160.11 -
System Red Green Blue C M Y K H S L
Decimal 150 97 28 0 0.35 0.81 0.41 33.93 0.69 0.35
Hex 96 61 1C 0 23 51 29 22 45 23
Octal 226 141 34 0 43 121 51 42 105 43
Binary 10010110 1100001 11100 0 100011 1010001 101001 100010 1000101 100011

Color Harmonies of #96611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96611C

Black with #96611C

Text Example


Text Example

White with #96611C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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