Html Css Color HEX #614033 Very Dark Brown

📋 copy color: '#614033'

red 97 ◦ green 64 ◦ blue 51

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

Shades of Very Dark Brown #614033

Tints of Very Dark Brown #614033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

 BLUE value IS 51 (20.31% from 255) = 24.06%

R = 45.75%
G = 30.19%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#614033 (or 0x614033) is known color: Very Dark Brown. HEX triplet: 61, 40 and 33. RGB value is (97,64,51). Sum of RGB (Red+Green+Blue) = 97+64+51=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #614033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614033 is #9EBFCC. Grayscale: #484848. Windows color (decimal): -10403789 or 3358817. OLE color: 3358817.

HSL color Cylindrical-coordinate representation of color #614033: hue angle of 16.96º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614033 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 64 51 -
CMYK 0 0.34 0.47 0.62
HSL 16.96º 0.31% 0.29% -
HSV(B) 16.96º 0.47% 0.38% -
XYZ 7.36 6.45 3.99 -
YUV 72.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 97 64 51 0 0.34 0.47 0.62 16.96 0.31 0.29
Hex 61 40 33 0 22 2F 3E 11 1F 1D
Octal 141 100 63 0 42 57 76 21 37 35
Binary 1100001 1000000 110011 0 100010 101111 111110 10001 11111 11101

Color Harmonies of #614033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614033

Black with #614033

Text Example


Text Example

White with #614033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614033; }

 p { color: rgb(97,64,51); }

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

background-color css

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

 a { background-color: rgb(97,64,51); }

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

border-color css

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

 span { border-color: rgb(97,64,51); }

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