Html Css Color HEX #998F56 Clay Creek

📋 copy color: '#998F56'

red 153 ◦ green 143 ◦ blue 86

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

Shades of Clay Creek #998F56

Tints of Clay Creek #998F56

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.43%

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

R = 40.05%
G = 37.43%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#998F56 (or 0x998F56) is known color: Clay Creek. HEX triplet: 99, 8F and 56. RGB value is (153,143,86). Sum of RGB (Red+Green+Blue) = 153+143+86=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #998F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F56 is #6670A9. Grayscale: #8B8B8B. Windows color (decimal): -6713514 or 5672857. OLE color: 5672857.

HSL color Cylindrical-coordinate representation of color #998F56: hue angle of 51.04º 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 #998F56 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 143 86 -
CMYK 0 0.07 0.44 0.4
HSL 51.04º 0.28% 0.47% -
HSV(B) 51.04º 0.44% 0.6% -
XYZ 24.64 27.09 12.73 -
YUV 139.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 153 143 86 0 0.07 0.44 0.4 51.04 0.28 0.47
Hex 99 8F 56 0 7 2C 28 33 1C 2F
Octal 231 217 126 0 7 54 50 63 34 57
Binary 10011001 10001111 1010110 0 111 101100 101000 110011 11100 101111

Color Harmonies of #998F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F56

Black with #998F56

Text Example


Text Example

White with #998F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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