Html Css Color HEX #96640A Golden Brown

📋 copy color: '#96640A'

red 150 ◦ green 100 ◦ blue 10

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

Shades of Golden Brown #96640A

Tints of Golden Brown #96640A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.85%

R = 57.69%
G = 38.46%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96640A (or 0x96640A) is known color: Golden Brown. HEX triplet: 96, 64 and 0A. RGB value is (150,100,10). Sum of RGB (Red+Green+Blue) = 150+100+10=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96640A is #699BF5. Grayscale: #696969. Windows color (decimal): -6921206 or 681110. OLE color: 681110.

HSL color Cylindrical-coordinate representation of color #96640A: hue angle of 38.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96640A is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 100 10 -
CMYK 0 0.33 0.93 0.41
HSL 38.57º 0.88% 0.31% -
HSV(B) 38.57º 0.93% 0.59% -
XYZ 17.19 15.62 2.4 -
YUV 104.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 150 100 10 0 0.33 0.93 0.41 38.57 0.88 0.31
Hex 96 64 A 0 21 5D 29 27 58 1F
Octal 226 144 12 0 41 135 51 47 130 37
Binary 10010110 1100100 1010 0 100001 1011101 101001 100111 1011000 11111

Color Harmonies of #96640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96640A

Black with #96640A

Text Example


Text Example

White with #96640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96640A; }

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

 H1.HeaderClassName
 {
   color: #96640A;
 }
 .AnyTagClassName
 {
   color: #96640A;
 }
</style>

background-color css

<style>
 a { background-color: #96640A; }

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

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

border-color css

<style>
 span { border-color: #96640A; }

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

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