#633A2A

Color #633A2A Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #633A2A

Tints of Cioccolato #633A2A

Color information

#633A2A (or 0x633A2A) is unknown color: approx Cioccolato. HEX triplet: 63, 3A and 2A. RGB value is (99,58,42). Sum of RGB (Red+Green+Blue) = 99+58+42=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #633A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A2A is #9CC5D5. Grayscale: #444444. Windows color (decimal): -10274262 or 2767459. OLE color: 2767459.

HSL color Cylindrical-coordinate representation of color #633A2A: hue angle of 16.84º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #633A2A is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB995842-
CMYK00.410.580.61
HSL16.84º40.43%27.65%-
HSV(B)16.84º57.58%38.82%-
XYZ7.085.852.95-
YUV68.44113.08149.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=49.75%
G=29.15%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99584200.410.580.6116.8440.4327.65
Hex633A2A0293A3D11281c
Octal14372520517275215034
Binary110001111101010101001010011110101111011000110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633A2A; }

 p { color: rgb(99,58,42); }

 H1.HeaderClassName
 {
   color: #633A2A;
 }
 .AnyTagClassName
 {
   color: #633A2A;
 }
</style>
background-color css

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

 a { background-color: rgb(99,58,42); }

 div.DivClassName
 {
   background-color: #633A2A;
 }
 .BgClassName
 {
   background-color: #633A2A;
 }
</style>
border-color css

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

 span { border-color: rgb(99,58,42); }

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