Html Css Color HEX #965908 Golden Brown

📋 copy color: '#965908'

red 150 ◦ green 89 ◦ blue 8

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

Shades of Golden Brown #965908

Tints of Golden Brown #965908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.03%

 BLUE value IS 8 (3.52% from 255) = 3.24%

R = 60.73%
G = 36.03%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#965908 (or 0x965908) is known color: Golden Brown. HEX triplet: 96, 59 and 08. RGB value is (150,89,8). Sum of RGB (Red+Green+Blue) = 150+89+8=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #965908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965908 is #69A6F7. Grayscale: #626262. Windows color (decimal): -6924024 or 547222. OLE color: 547222.

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

Color convert

RGB 150 89 8 -
CMYK 0 0.41 0.95 0.41
HSL 34.23º 0.9% 0.31% -
HSV(B) 34.23º 0.95% 0.59% -
XYZ 16.19 13.65 2.01 -
YUV 98.01 77.21 165.09 -
System Red Green Blue C M Y K H S L
Decimal 150 89 8 0 0.41 0.95 0.41 34.23 0.9 0.31
Hex 96 59 8 0 29 5F 29 22 5A 1F
Octal 226 131 10 0 51 137 51 42 132 37
Binary 10010110 1011001 1000 0 101001 1011111 101001 100010 1011010 11111

Color Harmonies of #965908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965908

Black with #965908

Text Example


Text Example

White with #965908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965908; }

 p { color: rgb(150,89,8); }

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

background-color css

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

 a { background-color: rgb(150,89,8); }

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

border-color css

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

 span { border-color: rgb(150,89,8); }

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