Html Css Color HEX #96641A Golden Brown

📋 copy color: '#96641A'

red 150 ◦ green 100 ◦ blue 26

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

Shades of Golden Brown #96641A

Tints of Golden Brown #96641A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.42%

R = 54.35%
G = 36.23%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#96641A (or 0x96641A) is known color: Golden Brown. HEX triplet: 96, 64 and 1A. RGB value is (150,100,26). Sum of RGB (Red+Green+Blue) = 150+100+26=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96641A is #699BE5. Grayscale: #6A6A6A. Windows color (decimal): -6921190 or 1729686. OLE color: 1729686.

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

Color convert

RGB 150 100 26 -
CMYK 0 0.33 0.83 0.41
HSL 35.81º 0.7% 0.35% -
HSV(B) 35.81º 0.83% 0.59% -
XYZ 17.32 15.67 3.09 -
YUV 106.51 82.57 159.02 -
System Red Green Blue C M Y K H S L
Decimal 150 100 26 0 0.33 0.83 0.41 35.81 0.7 0.35
Hex 96 64 1A 0 21 53 29 24 46 23
Octal 226 144 32 0 41 123 51 44 106 43
Binary 10010110 1100100 11010 0 100001 1010011 101001 100100 1000110 100011

Color Harmonies of #96641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96641A

Black with #96641A

Text Example


Text Example

White with #96641A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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