#633B30

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

Shades of Cioccolato #633B30

Tints of Cioccolato #633B30

Color information

#633B30 (or 0x633B30) is unknown color: approx Cioccolato. HEX triplet: 63, 3B and 30. RGB value is (99,59,48). Sum of RGB (Red+Green+Blue) = 99+59+48=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #633B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B30 is #9CC4CF. Grayscale: #454545. Windows color (decimal): -10274000 or 3160931. OLE color: 3160931.

HSL color Cylindrical-coordinate representation of color #633B30: hue angle of 12.94º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #633B30 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB995948-
CMYK00.400.520.61
HSL12.94º34.69%28.82%-
HSV(B)12.94º51.52%38.82%-
XYZ7.245.993.57-
YUV69.71115.75148.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 59 (23.44% from 255) = 28.64%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=48.06%
G=28.64%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99594800.400.520.6112.9434.6928.82
Hex633B30028343Dd231d
Octal14373600506475154335
Binary11000111110111100000101000110100111101110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,59,48); }

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

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

 a { background-color: rgb(99,59,48); }

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

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

 span { border-color: rgb(99,59,48); }

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