Html Css Color HEX #96681D Golden Brown

📋 copy color: '#96681D'

red 150 ◦ green 104 ◦ blue 29

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

Shades of Golden Brown #96681D

Tints of Golden Brown #96681D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 53%
G = 36.75%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96681D (or 0x96681D) is known color: Golden Brown. HEX triplet: 96, 68 and 1D. RGB value is (150,104,29). Sum of RGB (Red+Green+Blue) = 150+104+29=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96681D is #6997E2. Grayscale: #6D6D6D. Windows color (decimal): -6920163 or 1927318. OLE color: 1927318.

HSL color Cylindrical-coordinate representation of color #96681D: hue angle of 37.19º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96681D is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 29 -
CMYK 0 0.31 0.81 0.41
HSL 37.19º 0.68% 0.35% -
HSV(B) 37.19º 0.81% 0.59% -
XYZ 17.75 16.47 3.41 -
YUV 109.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 150 104 29 0 0.31 0.81 0.41 37.19 0.68 0.35
Hex 96 68 1D 0 1F 51 29 25 44 23
Octal 226 150 35 0 37 121 51 45 104 43
Binary 10010110 1101000 11101 0 11111 1010001 101001 100101 1000100 100011

Color Harmonies of #96681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96681D

Black with #96681D

Text Example


Text Example

White with #96681D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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