Html Css Color HEX #633D2F Cioccolato

📋 copy color: '#633D2F'

red 99 ◦ green 61 ◦ blue 47

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

Shades of Cioccolato #633D2F

Tints of Cioccolato #633D2F

RGB

 RED value IS 99 (39.06% from 255) = 47.83%

 GREEN value IS 61 (24.22% from 255) = 29.47%

 BLUE value IS 47 (18.75% from 255) = 22.71%

R = 47.83%
G = 29.47%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#633D2F (or 0x633D2F) is known color: Cioccolato. HEX triplet: 63, 3D and 2F. RGB value is (99,61,47). Sum of RGB (Red+Green+Blue) = 99+61+47=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #633D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D2F is #9CC2D0. Grayscale: #464646. Windows color (decimal): -10273489 or 3095907. OLE color: 3095907.

HSL color Cylindrical-coordinate representation of color #633D2F: hue angle of 16.15º 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 #633D2F is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 61 47 -
CMYK 0 0.38 0.53 0.61
HSL 16.15º 0.36% 0.29% -
HSV(B) 16.15º 0.53% 0.39% -
XYZ 7.33 6.2 3.5 -
YUV 70.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 99 61 47 0 0.38 0.53 0.61 16.15 0.36 0.29
Hex 63 3D 2F 0 26 35 3D 10 24 1D
Octal 143 75 57 0 46 65 75 20 44 35
Binary 1100011 111101 101111 0 100110 110101 111101 10000 100100 11101

Color Harmonies of #633D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633D2F

Black with #633D2F

Text Example


Text Example

White with #633D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #633D2F;
 }
 .AnyTagClassName
 {
   color: #633D2F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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