Html Css Color HEX #98691B Golden Brown

📋 copy color: '#98691B'

red 152 ◦ green 105 ◦ blue 27

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

Shades of Golden Brown #98691B

Tints of Golden Brown #98691B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.51%

R = 53.52%
G = 36.97%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98691B (or 0x98691B) is known color: Golden Brown. HEX triplet: 98, 69 and 1B. RGB value is (152,105,27). Sum of RGB (Red+Green+Blue) = 152+105+27=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98691B is #6796E4. Grayscale: #6E6E6E. Windows color (decimal): -6788837 or 1796504. OLE color: 1796504.

HSL color Cylindrical-coordinate representation of color #98691B: hue angle of 37.44º degrees, saturation: 0.7, 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 #98691B is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 105 27 -
CMYK 0 0.31 0.82 0.40
HSL 37.44º 0.7% 0.35% -
HSV(B) 37.44º 0.82% 0.6% -
XYZ 18.2 16.86 3.33 -
YUV 110.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 152 105 27 0 0.31 0.82 0.40 37.44 0.7 0.35
Hex 98 69 1B 0 1F 52 28 25 46 23
Octal 230 151 33 0 37 122 50 45 106 43
Binary 10011000 1101001 11011 0 11111 1010010 101000 100101 1000110 100011

Color Harmonies of #98691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98691B

Black with #98691B

Text Example


Text Example

White with #98691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98691B; }

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

 H1.HeaderClassName
 {
   color: #98691B;
 }
 .AnyTagClassName
 {
   color: #98691B;
 }
</style>

background-color css

<style>
 a { background-color: #98691B; }

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

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

border-color css

<style>
 span { border-color: #98691B; }

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

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