Html Css Color HEX #613D1C Dark Brown

📋 copy color: '#613D1C'

red 97 ◦ green 61 ◦ blue 28

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

Shades of Dark Brown #613D1C

Tints of Dark Brown #613D1C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.8%

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

R = 52.15%
G = 32.8%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#613D1C (or 0x613D1C) is known color: Dark Brown. HEX triplet: 61, 3D and 1C. RGB value is (97,61,28). Sum of RGB (Red+Green+Blue) = 97+61+28=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #613D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D1C is #9EC2E3. Grayscale: #444444. Windows color (decimal): -10404580 or 1850721. OLE color: 1850721.

HSL color Cylindrical-coordinate representation of color #613D1C: hue angle of 28.7º 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 #613D1C is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 61 28 -
CMYK 0 0.37 0.71 0.62
HSL 28.7º 0.55% 0.25% -
HSV(B) 28.7º 0.71% 0.38% -
XYZ 6.81 5.96 1.89 -
YUV 68 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 97 61 28 0 0.37 0.71 0.62 28.7 0.55 0.25
Hex 61 3D 1C 0 25 47 3E 1D 37 19
Octal 141 75 34 0 45 107 76 35 67 31
Binary 1100001 111101 11100 0 100101 1000111 111110 11101 110111 11001

Color Harmonies of #613D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D1C

Black with #613D1C

Text Example


Text Example

White with #613D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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