Html Css Color HEX #98884D Clay Creek

📋 copy color: '#98884D'

red 152 ◦ green 136 ◦ blue 77

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

Shades of Clay Creek #98884D

Tints of Clay Creek #98884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.26%

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 41.64%
G = 37.26%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98884D (or 0x98884D) is known color: Clay Creek. HEX triplet: 98, 88 and 4D. RGB value is (152,136,77). Sum of RGB (Red+Green+Blue) = 152+136+77=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #98884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98884D is #6777B2. Grayscale: #868686. Windows color (decimal): -6780851 or 5081240. OLE color: 5081240.

HSL color Cylindrical-coordinate representation of color #98884D: hue angle of 47.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98884D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 77 -
CMYK 0 0.11 0.49 0.40
HSL 47.2º 0.33% 0.45% -
HSV(B) 47.2º 0.49% 0.6% -
XYZ 23.09 24.82 10.59 -
YUV 134.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 152 136 77 0 0.11 0.49 0.40 47.2 0.33 0.45
Hex 98 88 4D 0 B 31 28 2F 21 2D
Octal 230 210 115 0 13 61 50 57 41 55
Binary 10011000 10001000 1001101 0 1011 110001 101000 101111 100001 101101

Color Harmonies of #98884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98884D

Black with #98884D

Text Example


Text Example

White with #98884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98884D; }

 p { color: rgb(152,136,77); }

 H1.HeaderClassName
 {
   color: #98884D;
 }
 .AnyTagClassName
 {
   color: #98884D;
 }
</style>

background-color css

<style>
 a { background-color: #98884D; }

 a { background-color: rgb(152,136,77); }

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

border-color css

<style>
 span { border-color: #98884D; }

 span { border-color: rgb(152,136,77); }

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