Html Css Color HEX #96681A Golden Brown

📋 copy color: '#96681A'

red 150 ◦ green 104 ◦ blue 26

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

Shades of Golden Brown #96681A

Tints of Golden Brown #96681A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

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

R = 53.57%
G = 37.14%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#96681A (or 0x96681A) is known color: Golden Brown. HEX triplet: 96, 68 and 1A. RGB value is (150,104,26). Sum of RGB (Red+Green+Blue) = 150+104+26=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96681A is #6997E5. Grayscale: #6D6D6D. Windows color (decimal): -6920166 or 1730710. OLE color: 1730710.

HSL color Cylindrical-coordinate representation of color #96681A: hue angle of 37.74º 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 #96681A is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 26 -
CMYK 0 0.31 0.83 0.41
HSL 37.74º 0.7% 0.35% -
HSV(B) 37.74º 0.83% 0.59% -
XYZ 17.71 16.46 3.22 -
YUV 108.86 81.24 157.34 -
System Red Green Blue C M Y K H S L
Decimal 150 104 26 0 0.31 0.83 0.41 37.74 0.7 0.35
Hex 96 68 1A 0 1F 53 29 26 46 23
Octal 226 150 32 0 37 123 51 46 106 43
Binary 10010110 1101000 11010 0 11111 1010011 101001 100110 1000110 100011

Color Harmonies of #96681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96681A

Black with #96681A

Text Example


Text Example

White with #96681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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