Html Css Color HEX #98665A Au Chico

📋 copy color: '#98665A'

red 152 ◦ green 102 ◦ blue 90

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

Shades of Au Chico #98665A

Tints of Au Chico #98665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

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

R = 44.19%
G = 29.65%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#98665A (or 0x98665A) is known color: Au Chico. HEX triplet: 98, 66 and 5A. RGB value is (152,102,90). Sum of RGB (Red+Green+Blue) = 152+102+90=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98665A is #6799A5. Grayscale: #737373. Windows color (decimal): -6789542 or 5924504. OLE color: 5924504.

HSL color Cylindrical-coordinate representation of color #98665A: hue angle of 11.61º 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 #98665A is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 90 -
CMYK 0 0.33 0.41 0.40
HSL 11.61º 0.26% 0.47% -
HSV(B) 11.61º 0.41% 0.6% -
XYZ 19.55 16.92 11.91 -
YUV 115.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 152 102 90 0 0.33 0.41 0.40 11.61 0.26 0.47
Hex 98 66 5A 0 21 29 28 C 1A 2F
Octal 230 146 132 0 41 51 50 14 32 57
Binary 10011000 1100110 1011010 0 100001 101001 101000 1100 11010 101111

Color Harmonies of #98665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98665A

Black with #98665A

Text Example


Text Example

White with #98665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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