Html Css Color HEX #874655 Camelot

📋 copy color: '#874655'

red 135 ◦ green 70 ◦ blue 85

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

Shades of Camelot #874655

Tints of Camelot #874655

RGB

 RED value IS 135 (53.13% from 255) = 46.55%

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

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 46.55%
G = 24.14%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#874655 (or 0x874655) is known color: Camelot. HEX triplet: 87, 46 and 55. RGB value is (135,70,85). Sum of RGB (Red+Green+Blue) = 135+70+85=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #874655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874655 is #78B9AA. Grayscale: #5B5B5B. Windows color (decimal): -7911851 or 5588615. OLE color: 5588615.

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

Color convert

RGB 135 70 85 -
CMYK 0 0.48 0.37 0.47
HSL 346.15º 0.32% 0.4% -
HSV(B) 346.15º 0.48% 0.53% -
XYZ 13.82 10.19 9.83 -
YUV 91.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 135 70 85 0 0.48 0.37 0.47 346.15 0.32 0.4
Hex 87 46 55 0 30 25 2F 15A 20 28
Octal 207 106 125 0 60 45 57 532 40 50
Binary 10000111 1000110 1010101 0 110000 100101 101111 101011010 100000 101000

Color Harmonies of #874655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874655

Black with #874655

Text Example


Text Example

White with #874655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874655; }

 p { color: rgb(135,70,85); }

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

background-color css

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

 a { background-color: rgb(135,70,85); }

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

border-color css

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

 span { border-color: rgb(135,70,85); }

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