Html Css Color HEX #965D08 Golden Brown

📋 copy color: '#965D08'

red 150 ◦ green 93 ◦ blue 8

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

Shades of Golden Brown #965D08

Tints of Golden Brown #965D08

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.05%

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

R = 59.76%
G = 37.05%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#965D08 (or 0x965D08) is known color: Golden Brown. HEX triplet: 96, 5D and 08. RGB value is (150,93,8). Sum of RGB (Red+Green+Blue) = 150+93+8=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #965D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965D08 is #69A2F7. Grayscale: #646464. Windows color (decimal): -6923000 or 548246. OLE color: 548246.

HSL color Cylindrical-coordinate representation of color #965D08: hue angle of 35.92º 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 #965D08 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 93 8 -
CMYK 0 0.38 0.95 0.41
HSL 35.92º 0.9% 0.31% -
HSV(B) 35.92º 0.95% 0.59% -
XYZ 16.54 14.33 2.12 -
YUV 100.35 75.88 163.41 -
System Red Green Blue C M Y K H S L
Decimal 150 93 8 0 0.38 0.95 0.41 35.92 0.9 0.31
Hex 96 5D 8 0 26 5F 29 24 5A 1F
Octal 226 135 10 0 46 137 51 44 132 37
Binary 10010110 1011101 1000 0 100110 1011111 101001 100100 1011010 11111

Color Harmonies of #965D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D08

Black with #965D08

Text Example


Text Example

White with #965D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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