Html Css Color HEX #653D2E Cioccolato

📋 copy color: '#653D2E'

red 101 ◦ green 61 ◦ blue 46

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

Shades of Cioccolato #653D2E

Tints of Cioccolato #653D2E

RGB

 RED value IS 101 (39.84% from 255) = 48.56%

 GREEN value IS 61 (24.22% from 255) = 29.33%

 BLUE value IS 46 (18.36% from 255) = 22.12%

R = 48.56%
G = 29.33%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#653D2E (or 0x653D2E) is known color: Cioccolato. HEX triplet: 65, 3D and 2E. RGB value is (101,61,46). Sum of RGB (Red+Green+Blue) = 101+61+46=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #653D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D2E is #9AC2D1. Grayscale: #474747. Windows color (decimal): -10142418 or 3030373. OLE color: 3030373.

HSL color Cylindrical-coordinate representation of color #653D2E: hue angle of 16.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #653D2E is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 61 46 -
CMYK 0 0.40 0.54 0.60
HSL 16.36º 0.37% 0.29% -
HSV(B) 16.36º 0.54% 0.4% -
XYZ 7.53 6.3 3.4 -
YUV 71.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 101 61 46 0 0.40 0.54 0.60 16.36 0.37 0.29
Hex 65 3D 2E 0 28 36 3C 10 25 1D
Octal 145 75 56 0 50 66 74 20 45 35
Binary 1100101 111101 101110 0 101000 110110 111100 10000 100101 11101

Color Harmonies of #653D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653D2E

Black with #653D2E

Text Example


Text Example

White with #653D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653D2E; }

 p { color: rgb(101,61,46); }

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

background-color css

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

 a { background-color: rgb(101,61,46); }

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

border-color css

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

 span { border-color: rgb(101,61,46); }

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