Html Css Color HEX #613F23 Dark Brown

📋 copy color: '#613F23'

red 97 ◦ green 63 ◦ blue 35

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

Shades of Dark Brown #613F23

Tints of Dark Brown #613F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.95%

R = 49.74%
G = 32.31%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#613F23 (or 0x613F23) is known color: Dark Brown. HEX triplet: 61, 3F and 23. RGB value is (97,63,35). Sum of RGB (Red+Green+Blue) = 97+63+35=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #613F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F23 is #9EC0DC. Grayscale: #464646. Windows color (decimal): -10404061 or 2309985. OLE color: 2309985.

HSL color Cylindrical-coordinate representation of color #613F23: hue angle of 27.1º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #613F23 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 63 35 -
CMYK 0 0.35 0.64 0.62
HSL 27.1º 0.47% 0.26% -
HSV(B) 27.1º 0.64% 0.38% -
XYZ 7.01 6.22 2.42 -
YUV 69.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 97 63 35 0 0.35 0.64 0.62 27.1 0.47 0.26
Hex 61 3F 23 0 23 40 3E 1B 2F 1A
Octal 141 77 43 0 43 100 76 33 57 32
Binary 1100001 111111 100011 0 100011 1000000 111110 11011 101111 11010

Color Harmonies of #613F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F23

Black with #613F23

Text Example


Text Example

White with #613F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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