Html Css Color HEX #985608 Golden Brown

📋 copy color: '#985608'

red 152 ◦ green 86 ◦ blue 8

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

Shades of Golden Brown #985608

Tints of Golden Brown #985608

RGB

 RED value IS 152 (59.77% from 255) = 61.79%

 GREEN value IS 86 (33.98% from 255) = 34.96%

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

R = 61.79%
G = 34.96%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#985608 (or 0x985608) is known color: Golden Brown. HEX triplet: 98, 56 and 08. RGB value is (152,86,8). Sum of RGB (Red+Green+Blue) = 152+86+8=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #985608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985608 is #67A9F7. Grayscale: #616161. Windows color (decimal): -6793720 or 546456. OLE color: 546456.

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

Color convert

RGB 152 86 8 -
CMYK 0 0.43 0.95 0.40
HSL 32.5º 0.9% 0.31% -
HSV(B) 32.5º 0.95% 0.6% -
XYZ 16.32 13.35 1.95 -
YUV 96.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 152 86 8 0 0.43 0.95 0.40 32.5 0.9 0.31
Hex 98 56 8 0 2B 5F 28 20 5A 1F
Octal 230 126 10 0 53 137 50 40 132 37
Binary 10011000 1010110 1000 0 101011 1011111 101000 100000 1011010 11111

Color Harmonies of #985608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985608

Black with #985608

Text Example


Text Example

White with #985608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985608; }

 p { color: rgb(152,86,8); }

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

background-color css

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

 a { background-color: rgb(152,86,8); }

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

border-color css

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

 span { border-color: rgb(152,86,8); }

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