Html Css Color HEX #613D1B Dark Brown

📋 copy color: '#613D1B'

red 97 ◦ green 61 ◦ blue 27

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

Shades of Dark Brown #613D1B

Tints of Dark Brown #613D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.59%

R = 52.43%
G = 32.97%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#613D1B (or 0x613D1B) is known color: Dark Brown. HEX triplet: 61, 3D and 1B. RGB value is (97,61,27). Sum of RGB (Red+Green+Blue) = 97+61+27=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #613D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D1B is #9EC2E4. Grayscale: #444444. Windows color (decimal): -10404581 or 1785185. OLE color: 1785185.

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

Color convert

RGB 97 61 27 -
CMYK 0 0.37 0.72 0.62
HSL 29.14º 0.56% 0.24% -
HSV(B) 29.14º 0.72% 0.38% -
XYZ 6.8 5.96 1.83 -
YUV 67.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 97 61 27 0 0.37 0.72 0.62 29.14 0.56 0.24
Hex 61 3D 1B 0 25 48 3E 1D 38 18
Octal 141 75 33 0 45 110 76 35 70 30
Binary 1100001 111101 11011 0 100101 1001000 111110 11101 111000 11000

Color Harmonies of #613D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D1B

Black with #613D1B

Text Example


Text Example

White with #613D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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