#633F2F

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

Shades of Cioccolato #633F2F

Tints of Cioccolato #633F2F

Color information

#633F2F (or 0x633F2F) is unknown color: approx Cioccolato. HEX triplet: 63, 3F and 2F. RGB value is (99,63,47). Sum of RGB (Red+Green+Blue) = 99+63+47=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #633F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633F2F is #9CC0D0. Grayscale: #484848. Windows color (decimal): -10272977 or 3096419. OLE color: 3096419.

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

Color convert

RGB996347-
CMYK00.360.530.61
HSL18.46º35.62%28.63%-
HSV(B)18.46º52.53%38.82%-
XYZ7.446.413.54-
YUV71.94113.93147.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=47.37%
G=30.14%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99634700.360.530.6118.4635.6228.63
Hex633F2F024353D12241d
Octal14377570446575224435
Binary110001111111110111101001001101011111011001010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,63,47); }

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

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

 a { background-color: rgb(99,63,47); }

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

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

 span { border-color: rgb(99,63,47); }

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