Html Css Color HEX #96661D Golden Brown

📋 copy color: '#96661D'

red 150 ◦ green 102 ◦ blue 29

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

Shades of Golden Brown #96661D

Tints of Golden Brown #96661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

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

R = 53.38%
G = 36.3%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96661D (or 0x96661D) is known color: Golden Brown. HEX triplet: 96, 66 and 1D. RGB value is (150,102,29). Sum of RGB (Red+Green+Blue) = 150+102+29=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96661D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96661D is #6999E2. Grayscale: #6C6C6C. Windows color (decimal): -6920675 or 1926806. OLE color: 1926806.

HSL color Cylindrical-coordinate representation of color #96661D: hue angle of 36.2º 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 #96661D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 29 -
CMYK 0 0.32 0.81 0.41
HSL 36.2º 0.68% 0.35% -
HSV(B) 36.2º 0.81% 0.59% -
XYZ 17.55 16.08 3.34 -
YUV 108.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 150 102 29 0 0.32 0.81 0.41 36.2 0.68 0.35
Hex 96 66 1D 0 20 51 29 24 44 23
Octal 226 146 35 0 40 121 51 44 104 43
Binary 10010110 1100110 11101 0 100000 1010001 101001 100100 1000100 100011

Color Harmonies of #96661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96661D

Black with #96661D

Text Example


Text Example

White with #96661D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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