Html Css Color HEX #98690E Golden Brown

📋 copy color: '#98690E'

red 152 ◦ green 105 ◦ blue 14

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

Shades of Golden Brown #98690E

Tints of Golden Brown #98690E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.75%

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 56.09%
G = 38.75%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98690E (or 0x98690E) is known color: Golden Brown. HEX triplet: 98, 69 and 0E. RGB value is (152,105,14). Sum of RGB (Red+Green+Blue) = 152+105+14=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #98690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98690E is #6796F1. Grayscale: #6D6D6D. Windows color (decimal): -6788850 or 944536. OLE color: 944536.

HSL color Cylindrical-coordinate representation of color #98690E: hue angle of 39.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98690E is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 105 14 -
CMYK 0 0.31 0.91 0.40
HSL 39.57º 0.83% 0.33% -
HSV(B) 39.57º 0.91% 0.6% -
XYZ 18.08 16.81 2.71 -
YUV 108.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 152 105 14 0 0.31 0.91 0.40 39.57 0.83 0.33
Hex 98 69 E 0 1F 5B 28 28 53 21
Octal 230 151 16 0 37 133 50 50 123 41
Binary 10011000 1101001 1110 0 11111 1011011 101000 101000 1010011 100001

Color Harmonies of #98690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98690E

Black with #98690E

Text Example


Text Example

White with #98690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98690E; }

 p { color: rgb(152,105,14); }

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

background-color css

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

 a { background-color: rgb(152,105,14); }

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

border-color css

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

 span { border-color: rgb(152,105,14); }

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