Html Css Color HEX #603B2E Cioccolato

📋 copy color: '#603B2E'

red 96 ◦ green 59 ◦ blue 46

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

Shades of Cioccolato #603B2E

Tints of Cioccolato #603B2E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.35%

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

R = 47.76%
G = 29.35%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#603B2E (or 0x603B2E) is known color: Cioccolato. HEX triplet: 60, 3B and 2E. RGB value is (96,59,46). Sum of RGB (Red+Green+Blue) = 96+59+46=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #603B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B2E is #9FC4D1. Grayscale: #444444. Windows color (decimal): -10470610 or 3029856. OLE color: 3029856.

HSL color Cylindrical-coordinate representation of color #603B2E: hue angle of 15.6º 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 #603B2E is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 59 46 -
CMYK 0 0.39 0.52 0.62
HSL 15.6º 0.35% 0.28% -
HSV(B) 15.6º 0.52% 0.38% -
XYZ 6.88 5.81 3.34 -
YUV 68.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 96 59 46 0 0.39 0.52 0.62 15.6 0.35 0.28
Hex 60 3B 2E 0 27 34 3E 10 23 1C
Octal 140 73 56 0 47 64 76 20 43 34
Binary 1100000 111011 101110 0 100111 110100 111110 10000 100011 11100

Color Harmonies of #603B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B2E

Black with #603B2E

Text Example


Text Example

White with #603B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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