Html Css Color HEX #965F0B Golden Brown

📋 copy color: '#965F0B'

red 150 ◦ green 95 ◦ blue 11

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

Shades of Golden Brown #965F0B

Tints of Golden Brown #965F0B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.11%

 BLUE value IS 11 (4.69% from 255) = 4.3%

R = 58.59%
G = 37.11%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#965F0B (or 0x965F0B) is known color: Golden Brown. HEX triplet: 96, 5F and 0B. RGB value is (150,95,11). Sum of RGB (Red+Green+Blue) = 150+95+11=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #965F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965F0B is #69A0F4. Grayscale: #666666. Windows color (decimal): -6922485 or 745366. OLE color: 745366.

HSL color Cylindrical-coordinate representation of color #965F0B: hue angle of 36.26º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #965F0B is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 95 11 -
CMYK 0 0.37 0.93 0.41
HSL 36.26º 0.86% 0.32% -
HSV(B) 36.26º 0.93% 0.59% -
XYZ 16.73 14.69 2.27 -
YUV 101.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 150 95 11 0 0.37 0.93 0.41 36.26 0.86 0.32
Hex 96 5F B 0 25 5D 29 24 56 20
Octal 226 137 13 0 45 135 51 44 126 40
Binary 10010110 1011111 1011 0 100101 1011101 101001 100100 1010110 100000

Color Harmonies of #965F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F0B

Black with #965F0B

Text Example


Text Example

White with #965F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,95,11); }

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

background-color css

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

 a { background-color: rgb(150,95,11); }

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

border-color css

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

 span { border-color: rgb(150,95,11); }

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