Html Css Color HEX #94864C Clay Creek

📋 copy color: '#94864C'

red 148 ◦ green 134 ◦ blue 76

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

Shades of Clay Creek #94864C

Tints of Clay Creek #94864C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.23%

R = 41.34%
G = 37.43%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94864C (or 0x94864C) is known color: Clay Creek. HEX triplet: 94, 86 and 4C. RGB value is (148,134,76). Sum of RGB (Red+Green+Blue) = 148+134+76=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #94864C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94864C is #6B79B3. Grayscale: #838383. Windows color (decimal): -7043508 or 5015188. OLE color: 5015188.

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

Color convert

RGB 148 134 76 -
CMYK 0 0.09 0.49 0.42
HSL 48.33º 0.32% 0.44% -
HSV(B) 48.33º 0.49% 0.58% -
XYZ 22.04 23.87 10.28 -
YUV 131.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 148 134 76 0 0.09 0.49 0.42 48.33 0.32 0.44
Hex 94 86 4C 0 9 31 2A 30 20 2C
Octal 224 206 114 0 11 61 52 60 40 54
Binary 10010100 10000110 1001100 0 1001 110001 101010 110000 100000 101100

Color Harmonies of #94864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94864C

Black with #94864C

Text Example


Text Example

White with #94864C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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