#633F1E

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

Shades of Dark Brown #633F1E

Tints of Dark Brown #633F1E

Color information

#633F1E (or 0x633F1E) is unknown color: approx Dark Brown. HEX triplet: 63, 3F and 1E. RGB value is (99,63,30). Sum of RGB (Red+Green+Blue) = 99+63+30=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #633F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633F1E is #9CC0E1. Grayscale: #464646. Windows color (decimal): -10272994 or 1982307. OLE color: 1982307.

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

Color convert

RGB996330-
CMYK00.360.700.61
HSL28.7º53.49%25.29%-
HSV(B)28.7º69.7%38.82%-
XYZ7.166.32.07-
YUV70105.43148.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=51.56%
G=32.81%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99633000.360.700.6128.753.4925.29
Hex633F1E024463D1d3519
Octal143773604410675356531
Binary110001111111111110010010010001101111011110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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