Html Css Color HEX #613C1C Dark Brown

📋 copy color: '#613C1C'

red 97 ◦ green 60 ◦ blue 28

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

Shades of Dark Brown #613C1C

Tints of Dark Brown #613C1C

RGB

 RED value IS 97 (38.28% from 255) = 52.43%

 GREEN value IS 60 (23.83% from 255) = 32.43%

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

R = 52.43%
G = 32.43%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#613C1C (or 0x613C1C) is known color: Dark Brown. HEX triplet: 61, 3C and 1C. RGB value is (97,60,28). Sum of RGB (Red+Green+Blue) = 97+60+28=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #613C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C1C is #9EC3E3. Grayscale: #434343. Windows color (decimal): -10404836 or 1850465. OLE color: 1850465.

HSL color Cylindrical-coordinate representation of color #613C1C: hue angle of 27.83º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #613C1C is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 60 28 -
CMYK 0 0.38 0.71 0.62
HSL 27.83º 0.55% 0.25% -
HSV(B) 27.83º 0.71% 0.38% -
XYZ 6.76 5.86 1.87 -
YUV 67.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 97 60 28 0 0.38 0.71 0.62 27.83 0.55 0.25
Hex 61 3C 1C 0 26 47 3E 1C 37 19
Octal 141 74 34 0 46 107 76 34 67 31
Binary 1100001 111100 11100 0 100110 1000111 111110 11100 110111 11001

Color Harmonies of #613C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C1C

Black with #613C1C

Text Example


Text Example

White with #613C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613C1C; }

 p { color: rgb(97,60,28); }

 H1.HeaderClassName
 {
   color: #613C1C;
 }
 .AnyTagClassName
 {
   color: #613C1C;
 }
</style>

background-color css

<style>
 a { background-color: #613C1C; }

 a { background-color: rgb(97,60,28); }

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

border-color css

<style>
 span { border-color: #613C1C; }

 span { border-color: rgb(97,60,28); }

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