Html Css Color HEX #96661E Golden Brown

📋 copy color: '#96661E'

red 150 ◦ green 102 ◦ blue 30

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

Shades of Golden Brown #96661E

Tints of Golden Brown #96661E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.17%

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 53.19%
G = 36.17%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96661E (or 0x96661E) is known color: Golden Brown. HEX triplet: 96, 66 and 1E. RGB value is (150,102,30). Sum of RGB (Red+Green+Blue) = 150+102+30=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96661E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96661E is #6999E1. Grayscale: #6C6C6C. Windows color (decimal): -6920674 or 1992342. OLE color: 1992342.

HSL color Cylindrical-coordinate representation of color #96661E: hue angle of 36º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96661E is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 30 -
CMYK 0 0.32 0.80 0.41
HSL 36º 0.67% 0.35% -
HSV(B) 36º 0.8% 0.59% -
XYZ 17.56 16.08 3.41 -
YUV 108.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 150 102 30 0 0.32 0.80 0.41 36 0.67 0.35
Hex 96 66 1E 0 20 50 29 24 43 23
Octal 226 146 36 0 40 120 51 44 103 43
Binary 10010110 1100110 11110 0 100000 1010000 101001 100100 1000011 100011

Color Harmonies of #96661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96661E

Black with #96661E

Text Example


Text Example

White with #96661E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96661E; }

 p { color: rgb(150,102,30); }

 H1.HeaderClassName
 {
   color: #96661E;
 }
 .AnyTagClassName
 {
   color: #96661E;
 }
</style>

background-color css

<style>
 a { background-color: #96661E; }

 a { background-color: rgb(150,102,30); }

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

border-color css

<style>
 span { border-color: #96661E; }

 span { border-color: rgb(150,102,30); }

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