Html Css Color HEX #564633 Deep Bronze

📋 copy color: '#564633'

red 86 ◦ green 70 ◦ blue 51

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

Shades of Deep Bronze #564633

Tints of Deep Bronze #564633

RGB

 RED value IS 86 (33.98% from 255) = 41.55%

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

 BLUE value IS 51 (20.31% from 255) = 24.64%

R = 41.55%
G = 33.82%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#564633 (or 0x564633) is known color: Deep Bronze. HEX triplet: 56, 46 and 33. RGB value is (86,70,51). Sum of RGB (Red+Green+Blue) = 86+70+51=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #564633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564633 is #A9B9CC. Grayscale: #484848. Windows color (decimal): -11123149 or 3360342. OLE color: 3360342.

HSL color Cylindrical-coordinate representation of color #564633: hue angle of 32.57º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #564633 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 70 51 -
CMYK 0 0.19 0.41 0.66
HSL 32.57º 0.26% 0.27% -
HSV(B) 32.57º 0.41% 0.34% -
XYZ 6.63 6.6 4.06 -
YUV 72.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 86 70 51 0 0.19 0.41 0.66 32.57 0.26 0.27
Hex 56 46 33 0 13 29 42 21 1A 1B
Octal 126 106 63 0 23 51 102 41 32 33
Binary 1010110 1000110 110011 0 10011 101001 1000010 100001 11010 11011

Color Harmonies of #564633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564633

Black with #564633

Text Example


Text Example

White with #564633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564633; }

 p { color: rgb(86,70,51); }

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

background-color css

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

 a { background-color: rgb(86,70,51); }

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

border-color css

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

 span { border-color: rgb(86,70,51); }

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