Html Css Color HEX #986B07 Golden Brown

📋 copy color: '#986B07'

red 152 ◦ green 107 ◦ blue 7

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

Shades of Golden Brown #986B07

Tints of Golden Brown #986B07

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.23%

 BLUE value IS 7 (3.13% from 255) = 2.63%

R = 57.14%
G = 40.23%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#986B07 (or 0x986B07) is known color: Golden Brown. HEX triplet: 98, 6B and 07. RGB value is (152,107,7). Sum of RGB (Red+Green+Blue) = 152+107+7=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #986B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986B07 is #6794F8. Grayscale: #6D6D6D. Windows color (decimal): -6788345 or 486296. OLE color: 486296.

HSL color Cylindrical-coordinate representation of color #986B07: hue angle of 41.38º degrees, saturation: 0.91, 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 #986B07 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 107 7 -
CMYK 0 0.30 0.95 0.40
HSL 41.38º 0.91% 0.31% -
HSV(B) 41.38º 0.95% 0.6% -
XYZ 18.24 17.21 2.56 -
YUV 109.06 70.41 158.63 -
System Red Green Blue C M Y K H S L
Decimal 152 107 7 0 0.30 0.95 0.40 41.38 0.91 0.31
Hex 98 6B 7 0 1E 5F 28 29 5B 1F
Octal 230 153 7 0 36 137 50 51 133 37
Binary 10011000 1101011 111 0 11110 1011111 101000 101001 1011011 11111

Color Harmonies of #986B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B07

Black with #986B07

Text Example


Text Example

White with #986B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986B07; }

 p { color: rgb(152,107,7); }

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

background-color css

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

 a { background-color: rgb(152,107,7); }

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

border-color css

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

 span { border-color: rgb(152,107,7); }

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