Html Css Color HEX #663F1C Dark Brown

📋 copy color: '#663F1C'

red 102 ◦ green 63 ◦ blue 28

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

Shades of Dark Brown #663F1C

Tints of Dark Brown #663F1C

RGB

 RED value IS 102 (40.23% from 255) = 52.85%

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

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 52.85%
G = 32.64%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#663F1C (or 0x663F1C) is known color: Dark Brown. HEX triplet: 66, 3F and 1C. RGB value is (102,63,28). Sum of RGB (Red+Green+Blue) = 102+63+28=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #663F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F1C is #99C0E3. Grayscale: #464646. Windows color (decimal): -10076388 or 1851238. OLE color: 1851238.

HSL color Cylindrical-coordinate representation of color #663F1C: hue angle of 28.38º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #663F1C is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 63 28 -
CMYK 0 0.38 0.73 0.6
HSL 28.38º 0.57% 0.25% -
HSV(B) 28.38º 0.73% 0.4% -
XYZ 7.47 6.46 1.95 -
YUV 70.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 102 63 28 0 0.38 0.73 0.6 28.38 0.57 0.25
Hex 66 3F 1C 0 26 49 3C 1C 39 19
Octal 146 77 34 0 46 111 74 34 71 31
Binary 1100110 111111 11100 0 100110 1001001 111100 11100 111001 11001

Color Harmonies of #663F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F1C

Black with #663F1C

Text Example


Text Example

White with #663F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663F1C; }

 p { color: rgb(102,63,28); }

 H1.HeaderClassName
 {
   color: #663F1C;
 }
 .AnyTagClassName
 {
   color: #663F1C;
 }
</style>

background-color css

<style>
 a { background-color: #663F1C; }

 a { background-color: rgb(102,63,28); }

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

border-color css

<style>
 span { border-color: #663F1C; }

 span { border-color: rgb(102,63,28); }

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