Html Css Color HEX #98675A Au Chico

📋 copy color: '#98675A'

red 152 ◦ green 103 ◦ blue 90

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

Shades of Au Chico #98675A

Tints of Au Chico #98675A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.09%

R = 44.06%
G = 29.86%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#98675A (or 0x98675A) is known color: Au Chico. HEX triplet: 98, 67 and 5A. RGB value is (152,103,90). Sum of RGB (Red+Green+Blue) = 152+103+90=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98675A is #6798A5. Grayscale: #747474. Windows color (decimal): -6789286 or 5924760. OLE color: 5924760.

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

Color convert

RGB 152 103 90 -
CMYK 0 0.32 0.41 0.40
HSL 12.58º 0.26% 0.47% -
HSV(B) 12.58º 0.41% 0.6% -
XYZ 19.64 17.11 11.94 -
YUV 116.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 152 103 90 0 0.32 0.41 0.40 12.58 0.26 0.47
Hex 98 67 5A 0 20 29 28 D 1A 2F
Octal 230 147 132 0 40 51 50 15 32 57
Binary 10011000 1100111 1011010 0 100000 101001 101000 1101 11010 101111

Color Harmonies of #98675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98675A

Black with #98675A

Text Example


Text Example

White with #98675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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