Html Css Color HEX #613C18 Dark Brown

📋 copy color: '#613C18'

red 97 ◦ green 60 ◦ blue 24

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

Shades of Dark Brown #613C18

Tints of Dark Brown #613C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.26%

R = 53.59%
G = 33.15%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#613C18 (or 0x613C18) is known color: Dark Brown. HEX triplet: 61, 3C and 18. RGB value is (97,60,24). Sum of RGB (Red+Green+Blue) = 97+60+24=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #613C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C18 is #9EC3E7. Grayscale: #434343. Windows color (decimal): -10404840 or 1588321. OLE color: 1588321.

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

Color convert

RGB 97 60 24 -
CMYK 0 0.38 0.75 0.62
HSL 29.59º 0.6% 0.24% -
HSV(B) 29.59º 0.75% 0.38% -
XYZ 6.71 5.84 1.64 -
YUV 66.96 103.76 149.43 -
System Red Green Blue C M Y K H S L
Decimal 97 60 24 0 0.38 0.75 0.62 29.59 0.6 0.24
Hex 61 3C 18 0 26 4B 3E 1E 3C 18
Octal 141 74 30 0 46 113 76 36 74 30
Binary 1100001 111100 11000 0 100110 1001011 111110 11110 111100 11000

Color Harmonies of #613C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C18

Black with #613C18

Text Example


Text Example

White with #613C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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