Html Css Color HEX #96631D Golden Brown

📋 copy color: '#96631D'

red 150 ◦ green 99 ◦ blue 29

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

Shades of Golden Brown #96631D

Tints of Golden Brown #96631D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

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

R = 53.96%
G = 35.61%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96631D (or 0x96631D) is known color: Golden Brown. HEX triplet: 96, 63 and 1D. RGB value is (150,99,29). Sum of RGB (Red+Green+Blue) = 150+99+29=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96631D is #699CE2. Grayscale: #6A6A6A. Windows color (decimal): -6921443 or 1926038. OLE color: 1926038.

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

Color convert

RGB 150 99 29 -
CMYK 0 0.34 0.81 0.41
HSL 34.71º 0.68% 0.35% -
HSV(B) 34.71º 0.81% 0.59% -
XYZ 17.26 15.5 3.24 -
YUV 106.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 150 99 29 0 0.34 0.81 0.41 34.71 0.68 0.35
Hex 96 63 1D 0 22 51 29 23 44 23
Octal 226 143 35 0 42 121 51 43 104 43
Binary 10010110 1100011 11101 0 100010 1010001 101001 100011 1000100 100011

Color Harmonies of #96631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96631D

Black with #96631D

Text Example


Text Example

White with #96631D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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