Html Css Color HEX #844654 Camelot

📋 copy color: '#844654'

red 132 ◦ green 70 ◦ blue 84

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

Shades of Camelot #844654

Tints of Camelot #844654

RGB

 RED value IS 132 (51.95% from 255) = 46.15%

 GREEN value IS 70 (27.73% from 255) = 24.48%

 BLUE value IS 84 (33.2% from 255) = 29.37%

R = 46.15%
G = 24.48%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#844654 (or 0x844654) is known color: Camelot. HEX triplet: 84, 46 and 54. RGB value is (132,70,84). Sum of RGB (Red+Green+Blue) = 132+70+84=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #844654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844654 is #7BB9AB. Grayscale: #5A5A5A. Windows color (decimal): -8108460 or 5523076. OLE color: 5523076.

HSL color Cylindrical-coordinate representation of color #844654: hue angle of 346.45º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844654 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 84 -
CMYK 0 0.47 0.36 0.48
HSL 346.45º 0.31% 0.4% -
HSV(B) 346.45º 0.47% 0.52% -
XYZ 13.31 9.93 9.6 -
YUV 90.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 132 70 84 0 0.47 0.36 0.48 346.45 0.31 0.4
Hex 84 46 54 0 2F 24 30 15A 1F 28
Octal 204 106 124 0 57 44 60 532 37 50
Binary 10000100 1000110 1010100 0 101111 100100 110000 101011010 11111 101000

Color Harmonies of #844654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844654

Black with #844654

Text Example


Text Example

White with #844654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844654; }

 p { color: rgb(132,70,84); }

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

background-color css

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

 a { background-color: rgb(132,70,84); }

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

border-color css

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

 span { border-color: rgb(132,70,84); }

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