Html Css Color HEX #918653 Clay Creek

📋 copy color: '#918653'

red 145 ◦ green 134 ◦ blue 83

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

Shades of Clay Creek #918653

Tints of Clay Creek #918653

RGB

 RED value IS 145 (57.03% from 255) = 40.06%

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

 BLUE value IS 83 (32.81% from 255) = 22.93%

R = 40.06%
G = 37.02%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#918653 (or 0x918653) is known color: Clay Creek. HEX triplet: 91, 86 and 53. RGB value is (145,134,83). Sum of RGB (Red+Green+Blue) = 145+134+83=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #918653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918653 is #6E79AC. Grayscale: #838383. Windows color (decimal): -7240109 or 5473937. OLE color: 5473937.

HSL color Cylindrical-coordinate representation of color #918653: hue angle of 49.35º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918653 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 134 83 -
CMYK 0 0.08 0.43 0.43
HSL 49.35º 0.27% 0.45% -
HSV(B) 49.35º 0.43% 0.57% -
XYZ 21.76 23.69 11.61 -
YUV 131.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 145 134 83 0 0.08 0.43 0.43 49.35 0.27 0.45
Hex 91 86 53 0 8 2B 2B 31 1B 2D
Octal 221 206 123 0 10 53 53 61 33 55
Binary 10010001 10000110 1010011 0 1000 101011 101011 110001 11011 101101

Color Harmonies of #918653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918653

Black with #918653

Text Example


Text Example

White with #918653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918653; }

 p { color: rgb(145,134,83); }

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

background-color css

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

 a { background-color: rgb(145,134,83); }

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

border-color css

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

 span { border-color: rgb(145,134,83); }

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