Html Css Color HEX #96621D Golden Brown

📋 copy color: '#96621D'

red 150 ◦ green 98 ◦ blue 29

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

Shades of Golden Brown #96621D

Tints of Golden Brown #96621D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

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

R = 54.15%
G = 35.38%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96621D (or 0x96621D) is known color: Golden Brown. HEX triplet: 96, 62 and 1D. RGB value is (150,98,29). Sum of RGB (Red+Green+Blue) = 150+98+29=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96621D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96621D is #699DE2. Grayscale: #6A6A6A. Windows color (decimal): -6921699 or 1925782. OLE color: 1925782.

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

Color convert

RGB 150 98 29 -
CMYK 0 0.35 0.81 0.41
HSL 34.21º 0.68% 0.35% -
HSV(B) 34.21º 0.81% 0.59% -
XYZ 17.17 15.31 3.21 -
YUV 105.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 150 98 29 0 0.35 0.81 0.41 34.21 0.68 0.35
Hex 96 62 1D 0 23 51 29 22 44 23
Octal 226 142 35 0 43 121 51 42 104 43
Binary 10010110 1100010 11101 0 100011 1010001 101001 100010 1000100 100011

Color Harmonies of #96621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96621D

Black with #96621D

Text Example


Text Example

White with #96621D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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