Html Css Color HEX #98671F Golden Brown

📋 copy color: '#98671F'

red 152 ◦ green 103 ◦ blue 31

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

Shades of Golden Brown #98671F

Tints of Golden Brown #98671F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 53.15%
G = 36.01%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98671F (or 0x98671F) is known color: Golden Brown. HEX triplet: 98, 67 and 1F. RGB value is (152,103,31). Sum of RGB (Red+Green+Blue) = 152+103+31=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #98671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98671F is #6798E0. Grayscale: #6D6D6D. Windows color (decimal): -6789345 or 2058136. OLE color: 2058136.

HSL color Cylindrical-coordinate representation of color #98671F: hue angle of 35.7º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98671F is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 31 -
CMYK 0 0.32 0.80 0.40
HSL 35.7º 0.66% 0.36% -
HSV(B) 35.7º 0.8% 0.6% -
XYZ 18.05 16.47 3.53 -
YUV 109.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 152 103 31 0 0.32 0.80 0.40 35.7 0.66 0.36
Hex 98 67 1F 0 20 50 28 24 42 24
Octal 230 147 37 0 40 120 50 44 102 44
Binary 10011000 1100111 11111 0 100000 1010000 101000 100100 1000010 100100

Color Harmonies of #98671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98671F

Black with #98671F

Text Example


Text Example

White with #98671F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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