Html Css Color HEX #96631B Golden Brown

📋 copy color: '#96631B'

red 150 ◦ green 99 ◦ blue 27

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

Shades of Golden Brown #96631B

Tints of Golden Brown #96631B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.78%

R = 54.35%
G = 35.87%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96631B (or 0x96631B) is known color: Golden Brown. HEX triplet: 96, 63 and 1B. RGB value is (150,99,27). Sum of RGB (Red+Green+Blue) = 150+99+27=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96631B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96631B is #699CE4. Grayscale: #6A6A6A. Windows color (decimal): -6921445 or 1794966. OLE color: 1794966.

HSL color Cylindrical-coordinate representation of color #96631B: hue angle of 35.12º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96631B is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 99 27 -
CMYK 0 0.34 0.82 0.41
HSL 35.12º 0.69% 0.35% -
HSV(B) 35.12º 0.82% 0.59% -
XYZ 17.24 15.49 3.12 -
YUV 106.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 150 99 27 0 0.34 0.82 0.41 35.12 0.69 0.35
Hex 96 63 1B 0 22 52 29 23 45 23
Octal 226 143 33 0 42 122 51 43 105 43
Binary 10010110 1100011 11011 0 100010 1010010 101001 100011 1000101 100011

Color Harmonies of #96631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96631B

Black with #96631B

Text Example


Text Example

White with #96631B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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