Html Css Color HEX #603A2E Cioccolato

📋 copy color: '#603A2E'

red 96 ◦ green 58 ◦ blue 46

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

Shades of Cioccolato #603A2E

Tints of Cioccolato #603A2E

RGB

 RED value IS 96 (37.89% from 255) = 48%

 GREEN value IS 58 (23.05% from 255) = 29%

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

R = 48%
G = 29%
B = 23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#603A2E (or 0x603A2E) is known color: Cioccolato. HEX triplet: 60, 3A and 2E. RGB value is (96,58,46). Sum of RGB (Red+Green+Blue) = 96+58+46=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #603A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A2E is #9FC5D1. Grayscale: #444444. Windows color (decimal): -10470866 or 3029600. OLE color: 3029600.

HSL color Cylindrical-coordinate representation of color #603A2E: hue angle of 14.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #603A2E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 58 46 -
CMYK 0 0.40 0.52 0.62
HSL 14.4º 0.35% 0.28% -
HSV(B) 14.4º 0.52% 0.38% -
XYZ 6.83 5.71 3.33 -
YUV 67.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 96 58 46 0 0.40 0.52 0.62 14.4 0.35 0.28
Hex 60 3A 2E 0 28 34 3E E 23 1C
Octal 140 72 56 0 50 64 76 16 43 34
Binary 1100000 111010 101110 0 101000 110100 111110 1110 100011 11100

Color Harmonies of #603A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A2E

Black with #603A2E

Text Example


Text Example

White with #603A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603A2E; }

 p { color: rgb(96,58,46); }

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

background-color css

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

 a { background-color: rgb(96,58,46); }

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

border-color css

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

 span { border-color: rgb(96,58,46); }

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