Html Css Color HEX #98630E Golden Brown

📋 copy color: '#98630E'

red 152 ◦ green 99 ◦ blue 14

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

Shades of Golden Brown #98630E

Tints of Golden Brown #98630E

RGB

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

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

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

R = 57.36%
G = 37.36%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98630E (or 0x98630E) is known color: Golden Brown. HEX triplet: 98, 63 and 0E. RGB value is (152,99,14). Sum of RGB (Red+Green+Blue) = 152+99+14=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98630E is #679CF1. Grayscale: #696969. Windows color (decimal): -6790386 or 943000. OLE color: 943000.

HSL color Cylindrical-coordinate representation of color #98630E: hue angle of 36.96º 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 #98630E is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 99 14 -
CMYK 0 0.35 0.91 0.40
HSL 36.96º 0.83% 0.33% -
HSV(B) 36.96º 0.91% 0.6% -
XYZ 17.49 15.63 2.51 -
YUV 105.16 76.56 161.41 -
System Red Green Blue C M Y K H S L
Decimal 152 99 14 0 0.35 0.91 0.40 36.96 0.83 0.33
Hex 98 63 E 0 23 5B 28 25 53 21
Octal 230 143 16 0 43 133 50 45 123 41
Binary 10011000 1100011 1110 0 100011 1011011 101000 100101 1010011 100001

Color Harmonies of #98630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98630E

Black with #98630E

Text Example


Text Example

White with #98630E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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