Html Css Color HEX #94864F Clay Creek

📋 copy color: '#94864F'

red 148 ◦ green 134 ◦ blue 79

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

Shades of Clay Creek #94864F

Tints of Clay Creek #94864F

RGB

 RED value IS 148 (58.2% from 255) = 41%

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 41%
G = 37.12%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#94864F (or 0x94864F) is known color: Clay Creek. HEX triplet: 94, 86 and 4F. RGB value is (148,134,79). Sum of RGB (Red+Green+Blue) = 148+134+79=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #94864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94864F is #6B79B0. Grayscale: #848484. Windows color (decimal): -7043505 or 5211796. OLE color: 5211796.

HSL color Cylindrical-coordinate representation of color #94864F: hue angle of 47.83º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94864F is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 79 -
CMYK 0 0.09 0.47 0.42
HSL 47.83º 0.3% 0.45% -
HSV(B) 47.83º 0.47% 0.58% -
XYZ 22.15 23.91 10.84 -
YUV 131.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 148 134 79 0 0.09 0.47 0.42 47.83 0.3 0.45
Hex 94 86 4F 0 9 2F 2A 30 1E 2D
Octal 224 206 117 0 11 57 52 60 36 55
Binary 10010100 10000110 1001111 0 1001 101111 101010 110000 11110 101101

Color Harmonies of #94864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94864F

Black with #94864F

Text Example


Text Example

White with #94864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94864F; }

 p { color: rgb(148,134,79); }

 H1.HeaderClassName
 {
   color: #94864F;
 }
 .AnyTagClassName
 {
   color: #94864F;
 }
</style>

background-color css

<style>
 a { background-color: #94864F; }

 a { background-color: rgb(148,134,79); }

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

border-color css

<style>
 span { border-color: #94864F; }

 span { border-color: rgb(148,134,79); }

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