Html Css Color HEX #613E0F Dark Brown

📋 copy color: '#613E0F'

red 97 ◦ green 62 ◦ blue 15

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

Shades of Dark Brown #613E0F

Tints of Dark Brown #613E0F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.63%

 BLUE value IS 15 (6.25% from 255) = 8.62%

R = 55.75%
G = 35.63%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#613E0F (or 0x613E0F) is known color: Dark Brown. HEX triplet: 61, 3E and 0F. RGB value is (97,62,15). Sum of RGB (Red+Green+Blue) = 97+62+15=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #613E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E0F is #9EC1F0. Grayscale: #434343. Windows color (decimal): -10404337 or 999009. OLE color: 999009.

HSL color Cylindrical-coordinate representation of color #613E0F: hue angle of 34.39º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #613E0F is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 62 15 -
CMYK 0 0.36 0.85 0.62
HSL 34.39º 0.73% 0.22% -
HSV(B) 34.39º 0.85% 0.38% -
XYZ 6.74 6.02 1.26 -
YUV 67.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 97 62 15 0 0.36 0.85 0.62 34.39 0.73 0.22
Hex 61 3E F 0 24 55 3E 22 49 16
Octal 141 76 17 0 44 125 76 42 111 26
Binary 1100001 111110 1111 0 100100 1010101 111110 100010 1001001 10110

Color Harmonies of #613E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E0F

Black with #613E0F

Text Example


Text Example

White with #613E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,62,15); }

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

background-color css

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

 a { background-color: rgb(97,62,15); }

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

border-color css

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

 span { border-color: rgb(97,62,15); }

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