Html Css Color HEX #956308 Golden Brown

📋 copy color: '#956308'

red 149 ◦ green 99 ◦ blue 8

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

Shades of Golden Brown #956308

Tints of Golden Brown #956308

RGB

 RED value IS 149 (58.59% from 255) = 58.2%

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

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

R = 58.2%
G = 38.67%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#956308 (or 0x956308) is known color: Golden Brown. HEX triplet: 95, 63 and 08. RGB value is (149,99,8). Sum of RGB (Red+Green+Blue) = 149+99+8=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #956308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956308 is #6A9CF7. Grayscale: #676767. Windows color (decimal): -6987000 or 549781. OLE color: 549781.

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

Color convert

RGB 149 99 8 -
CMYK 0 0.34 0.95 0.42
HSL 38.72º 0.9% 0.31% -
HSV(B) 38.72º 0.95% 0.58% -
XYZ 16.9 15.33 2.3 -
YUV 103.58 74.07 160.4 -
System Red Green Blue C M Y K H S L
Decimal 149 99 8 0 0.34 0.95 0.42 38.72 0.9 0.31
Hex 95 63 8 0 22 5F 2A 27 5A 1F
Octal 225 143 10 0 42 137 52 47 132 37
Binary 10010101 1100011 1000 0 100010 1011111 101010 100111 1011010 11111

Color Harmonies of #956308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956308

Black with #956308

Text Example


Text Example

White with #956308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956308; }

 p { color: rgb(149,99,8); }

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

background-color css

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

 a { background-color: rgb(149,99,8); }

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

border-color css

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

 span { border-color: rgb(149,99,8); }

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