Html Css Color HEX #649295 Half Baked

📋 copy color: '#649295'

red 100 ◦ green 146 ◦ blue 149

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

Shades of Half Baked #649295

Tints of Half Baked #649295

RGB

 RED value IS 100 (39.45% from 255) = 25.32%

 GREEN value IS 146 (57.42% from 255) = 36.96%

 BLUE value IS 149 (58.59% from 255) = 37.72%

R = 25.32%
G = 36.96%
B = 37.72%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#649295 (or 0x649295) is known color: Half Baked. HEX triplet: 64, 92 and 95. RGB value is (100,146,149). Sum of RGB (Red+Green+Blue) = 100+146+149=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #649295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649295 is #9B6D6A. Grayscale: #848484. Windows color (decimal): -10186091 or 9802340. OLE color: 9802340.

HSL color Cylindrical-coordinate representation of color #649295: hue angle of 183.67º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649295 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 146 149 -
CMYK 0.33 0.02 0 0.42
HSL 183.67º 0.2% 0.49% -
HSV(B) 183.67º 0.33% 0.58% -
XYZ 20.96 25.44 32.24 -
YUV 132.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 100 146 149 0.33 0.02 0 0.42 183.67 0.2 0.49
Hex 64 92 95 21 2 0 2A B8 14 31
Octal 144 222 225 41 2 0 52 270 24 61
Binary 1100100 10010010 10010101 100001 10 0 101010 10111000 10100 110001

Color Harmonies of #649295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649295

Black with #649295

Text Example


Text Example

White with #649295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649295; }

 p { color: rgb(100,146,149); }

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

background-color css

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

 a { background-color: rgb(100,146,149); }

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

border-color css

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

 span { border-color: rgb(100,146,149); }

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