Html Css Color HEX #633F14 Dark Brown

📋 copy color: '#633F14'

red 99 ◦ green 63 ◦ blue 20

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

Shades of Dark Brown #633F14

Tints of Dark Brown #633F14

RGB

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

 GREEN value IS 63 (25% from 255) = 34.62%

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 54.4%
G = 34.62%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#633F14 (or 0x633F14) is known color: Dark Brown. HEX triplet: 63, 3F and 14. RGB value is (99,63,20). Sum of RGB (Red+Green+Blue) = 99+63+20=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #633F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633F14 is #9CC0EB. Grayscale: #454545. Windows color (decimal): -10273004 or 1326947. OLE color: 1326947.

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

Color convert

RGB 99 63 20 -
CMYK 0 0.36 0.80 0.61
HSL 32.66º 0.66% 0.23% -
HSV(B) 32.66º 0.8% 0.39% -
XYZ 7.05 6.26 1.5 -
YUV 68.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 99 63 20 0 0.36 0.80 0.61 32.66 0.66 0.23
Hex 63 3F 14 0 24 50 3D 21 42 17
Octal 143 77 24 0 44 120 75 41 102 27
Binary 1100011 111111 10100 0 100100 1010000 111101 100001 1000010 10111

Color Harmonies of #633F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633F14

Black with #633F14

Text Example


Text Example

White with #633F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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