Html Css Color HEX #96641E Golden Brown

📋 copy color: '#96641E'

red 150 ◦ green 100 ◦ blue 30

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

Shades of Golden Brown #96641E

Tints of Golden Brown #96641E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

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

R = 53.57%
G = 35.71%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96641E (or 0x96641E) is known color: Golden Brown. HEX triplet: 96, 64 and 1E. RGB value is (150,100,30). Sum of RGB (Red+Green+Blue) = 150+100+30=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96641E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96641E is #699BE1. Grayscale: #6B6B6B. Windows color (decimal): -6921186 or 1991830. OLE color: 1991830.

HSL color Cylindrical-coordinate representation of color #96641E: hue angle of 35º 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 #96641E is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 100 30 -
CMYK 0 0.33 0.80 0.41
HSL 35º 0.67% 0.35% -
HSV(B) 35º 0.8% 0.59% -
XYZ 17.37 15.69 3.34 -
YUV 106.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 150 100 30 0 0.33 0.80 0.41 35 0.67 0.35
Hex 96 64 1E 0 21 50 29 23 43 23
Octal 226 144 36 0 41 120 51 43 103 43
Binary 10010110 1100100 11110 0 100001 1010000 101001 100011 1000011 100011

Color Harmonies of #96641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96641E

Black with #96641E

Text Example


Text Example

White with #96641E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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