Html Css Color HEX #98675B Dark Chestnut

📋 copy color: '#98675B'

red 152 ◦ green 103 ◦ blue 91

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

Shades of Dark Chestnut #98675B

Tints of Dark Chestnut #98675B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.3%

R = 43.93%
G = 29.77%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98675B (or 0x98675B) is known color: Dark Chestnut. HEX triplet: 98, 67 and 5B. RGB value is (152,103,91). Sum of RGB (Red+Green+Blue) = 152+103+91=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98675B is #6798A4. Grayscale: #747474. Windows color (decimal): -6789285 or 5990296. OLE color: 5990296.

HSL color Cylindrical-coordinate representation of color #98675B: hue angle of 11.8º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98675B is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 91 -
CMYK 0 0.32 0.40 0.40
HSL 11.8º 0.25% 0.48% -
HSV(B) 11.8º 0.4% 0.6% -
XYZ 19.69 17.13 12.17 -
YUV 116.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 152 103 91 0 0.32 0.40 0.40 11.8 0.25 0.48
Hex 98 67 5B 0 20 28 28 C 19 30
Octal 230 147 133 0 40 50 50 14 31 60
Binary 10011000 1100111 1011011 0 100000 101000 101000 1100 11001 110000

Color Harmonies of #98675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98675B

Black with #98675B

Text Example


Text Example

White with #98675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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