Html Css Color HEX #63402F Very Dark Brown

📋 copy color: '#63402F'

red 99 ◦ green 64 ◦ blue 47

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

Shades of Very Dark Brown #63402F

Tints of Very Dark Brown #63402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

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

R = 47.14%
G = 30.48%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63402F (or 0x63402F) is known color: Very Dark Brown. HEX triplet: 63, 40 and 2F. RGB value is (99,64,47). Sum of RGB (Red+Green+Blue) = 99+64+47=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63402F is #9CBFD0. Grayscale: #484848. Windows color (decimal): -10272721 or 3096675. OLE color: 3096675.

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

Color convert

RGB 99 64 47 -
CMYK 0 0.35 0.53 0.61
HSL 19.62º 0.36% 0.29% -
HSV(B) 19.62º 0.53% 0.39% -
XYZ 7.49 6.52 3.55 -
YUV 72.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 99 64 47 0 0.35 0.53 0.61 19.62 0.36 0.29
Hex 63 40 2F 0 23 35 3D 14 24 1D
Octal 143 100 57 0 43 65 75 24 44 35
Binary 1100011 1000000 101111 0 100011 110101 111101 10100 100100 11101

Color Harmonies of #63402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63402F

Black with #63402F

Text Example


Text Example

White with #63402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63402F; }

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

 H1.HeaderClassName
 {
   color: #63402F;
 }
 .AnyTagClassName
 {
   color: #63402F;
 }
</style>

background-color css

<style>
 a { background-color: #63402F; }

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

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

border-color css

<style>
 span { border-color: #63402F; }

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

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