Html Css Color HEX #614236 Very Dark Brown

📋 copy color: '#614236'

red 97 ◦ green 66 ◦ blue 54

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

Shades of Very Dark Brown #614236

Tints of Very Dark Brown #614236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

 BLUE value IS 54 (21.48% from 255) = 24.88%

R = 44.7%
G = 30.41%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#614236 (or 0x614236) is known color: Very Dark Brown. HEX triplet: 61, 42 and 36. RGB value is (97,66,54). Sum of RGB (Red+Green+Blue) = 97+66+54=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614236 is #9EBDC9. Grayscale: #494949. Windows color (decimal): -10403274 or 3555937. OLE color: 3555937.

HSL color Cylindrical-coordinate representation of color #614236: hue angle of 16.74º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #614236 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 66 54 -
CMYK 0 0.32 0.44 0.62
HSL 16.74º 0.28% 0.3% -
HSV(B) 16.74º 0.44% 0.38% -
XYZ 7.54 6.7 4.39 -
YUV 73.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 97 66 54 0 0.32 0.44 0.62 16.74 0.28 0.3
Hex 61 42 36 0 20 2C 3E 11 1C 1E
Octal 141 102 66 0 40 54 76 21 34 36
Binary 1100001 1000010 110110 0 100000 101100 111110 10001 11100 11110

Color Harmonies of #614236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614236

Black with #614236

Text Example


Text Example

White with #614236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614236; }

 p { color: rgb(97,66,54); }

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

background-color css

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

 a { background-color: rgb(97,66,54); }

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

border-color css

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

 span { border-color: rgb(97,66,54); }

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