Html Css Color HEX #998A56 Clay Creek

📋 copy color: '#998A56'

red 153 ◦ green 138 ◦ blue 86

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

Shades of Clay Creek #998A56

Tints of Clay Creek #998A56

RGB

 RED value IS 153 (60.16% from 255) = 40.58%

 GREEN value IS 138 (54.3% from 255) = 36.6%

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 40.58%
G = 36.6%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#998A56 (or 0x998A56) is known color: Clay Creek. HEX triplet: 99, 8A and 56. RGB value is (153,138,86). Sum of RGB (Red+Green+Blue) = 153+138+86=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #998A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998A56 is #6675A9. Grayscale: #888888. Windows color (decimal): -6714794 or 5671577. OLE color: 5671577.

HSL color Cylindrical-coordinate representation of color #998A56: hue angle of 46.57º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998A56 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 86 -
CMYK 0 0.10 0.44 0.4
HSL 46.57º 0.28% 0.47% -
HSV(B) 46.57º 0.44% 0.6% -
XYZ 23.91 25.62 12.49 -
YUV 136.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 153 138 86 0 0.10 0.44 0.4 46.57 0.28 0.47
Hex 99 8A 56 0 A 2C 28 2F 1C 2F
Octal 231 212 126 0 12 54 50 57 34 57
Binary 10011001 10001010 1010110 0 1010 101100 101000 101111 11100 101111

Color Harmonies of #998A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A56

Black with #998A56

Text Example


Text Example

White with #998A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998A56; }

 p { color: rgb(153,138,86); }

 H1.HeaderClassName
 {
   color: #998A56;
 }
 .AnyTagClassName
 {
   color: #998A56;
 }
</style>

background-color css

<style>
 a { background-color: #998A56; }

 a { background-color: rgb(153,138,86); }

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

border-color css

<style>
 span { border-color: #998A56; }

 span { border-color: rgb(153,138,86); }

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