Html Css Color HEX #98671C Golden Brown

📋 copy color: '#98671C'

red 152 ◦ green 103 ◦ blue 28

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

Shades of Golden Brown #98671C

Tints of Golden Brown #98671C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.4%

 BLUE value IS 28 (11.33% from 255) = 9.89%

R = 53.71%
G = 36.4%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98671C (or 0x98671C) is known color: Golden Brown. HEX triplet: 98, 67 and 1C. RGB value is (152,103,28). Sum of RGB (Red+Green+Blue) = 152+103+28=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98671C is #6798E3. Grayscale: #6D6D6D. Windows color (decimal): -6789348 or 1861528. OLE color: 1861528.

HSL color Cylindrical-coordinate representation of color #98671C: hue angle of 36.29º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98671C is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 28 -
CMYK 0 0.32 0.82 0.40
HSL 36.29º 0.69% 0.35% -
HSV(B) 36.29º 0.82% 0.6% -
XYZ 18.01 16.46 3.33 -
YUV 109.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 152 103 28 0 0.32 0.82 0.40 36.29 0.69 0.35
Hex 98 67 1C 0 20 52 28 24 45 23
Octal 230 147 34 0 40 122 50 44 105 43
Binary 10011000 1100111 11100 0 100000 1010010 101000 100100 1000101 100011

Color Harmonies of #98671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98671C

Black with #98671C

Text Example


Text Example

White with #98671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98671C; }

 p { color: rgb(152,103,28); }

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

background-color css

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

 a { background-color: rgb(152,103,28); }

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

border-color css

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

 span { border-color: rgb(152,103,28); }

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