Html Css Color HEX #613F1B Dark Brown

📋 copy color: '#613F1B'

red 97 ◦ green 63 ◦ blue 27

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

Shades of Dark Brown #613F1B

Tints of Dark Brown #613F1B

RGB

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

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

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

R = 51.87%
G = 33.69%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#613F1B (or 0x613F1B) is known color: Dark Brown. HEX triplet: 61, 3F and 1B. RGB value is (97,63,27). Sum of RGB (Red+Green+Blue) = 97+63+27=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #613F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F1B is #9EC0E4. Grayscale: #454545. Windows color (decimal): -10404069 or 1785697. OLE color: 1785697.

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

Color convert

RGB 97 63 27 -
CMYK 0 0.35 0.72 0.62
HSL 30.86º 0.56% 0.24% -
HSV(B) 30.86º 0.72% 0.38% -
XYZ 6.91 6.18 1.86 -
YUV 69.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 97 63 27 0 0.35 0.72 0.62 30.86 0.56 0.24
Hex 61 3F 1B 0 23 48 3E 1F 38 18
Octal 141 77 33 0 43 110 76 37 70 30
Binary 1100001 111111 11011 0 100011 1001000 111110 11111 111000 11000

Color Harmonies of #613F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F1B

Black with #613F1B

Text Example


Text Example

White with #613F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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