Html Css Color HEX #948652 Clay Creek

📋 copy color: '#948652'

red 148 ◦ green 134 ◦ blue 82

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

Shades of Clay Creek #948652

Tints of Clay Creek #948652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 40.66%
G = 36.81%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#948652 (or 0x948652) is known color: Clay Creek. HEX triplet: 94, 86 and 52. RGB value is (148,134,82). Sum of RGB (Red+Green+Blue) = 148+134+82=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #948652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948652 is #6B79AD. Grayscale: #848484. Windows color (decimal): -7043502 or 5408404. OLE color: 5408404.

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

Color convert

RGB 148 134 82 -
CMYK 0 0.09 0.45 0.42
HSL 47.27º 0.29% 0.45% -
HSV(B) 47.27º 0.45% 0.58% -
XYZ 22.26 23.96 11.43 -
YUV 132.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 148 134 82 0 0.09 0.45 0.42 47.27 0.29 0.45
Hex 94 86 52 0 9 2D 2A 2F 1D 2D
Octal 224 206 122 0 11 55 52 57 35 55
Binary 10010100 10000110 1010010 0 1001 101101 101010 101111 11101 101101

Color Harmonies of #948652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948652

Black with #948652

Text Example


Text Example

White with #948652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948652; }

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

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

background-color css

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

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

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

border-color css

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

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

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