Html Css Color HEX #965B08 Golden Brown

📋 copy color: '#965B08'

red 150 ◦ green 91 ◦ blue 8

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

Shades of Golden Brown #965B08

Tints of Golden Brown #965B08

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.55%

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

R = 60.24%
G = 36.55%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#965B08 (or 0x965B08) is known color: Golden Brown. HEX triplet: 96, 5B and 08. RGB value is (150,91,8). Sum of RGB (Red+Green+Blue) = 150+91+8=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #965B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965B08 is #69A4F7. Grayscale: #636363. Windows color (decimal): -6923512 or 547734. OLE color: 547734.

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

Color convert

RGB 150 91 8 -
CMYK 0 0.39 0.95 0.41
HSL 35.07º 0.9% 0.31% -
HSV(B) 35.07º 0.95% 0.59% -
XYZ 16.36 13.98 2.07 -
YUV 99.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 150 91 8 0 0.39 0.95 0.41 35.07 0.9 0.31
Hex 96 5B 8 0 27 5F 29 23 5A 1F
Octal 226 133 10 0 47 137 51 43 132 37
Binary 10010110 1011011 1000 0 100111 1011111 101001 100011 1011010 11111

Color Harmonies of #965B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965B08

Black with #965B08

Text Example


Text Example

White with #965B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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