Html Css Color HEX #614233 Very Dark Brown

📋 copy color: '#614233'

red 97 ◦ green 66 ◦ blue 51

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

Shades of Very Dark Brown #614233

Tints of Very Dark Brown #614233

RGB

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

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

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

R = 45.33%
G = 30.84%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#614233 (or 0x614233) is known color: Very Dark Brown. HEX triplet: 61, 42 and 33. RGB value is (97,66,51). Sum of RGB (Red+Green+Blue) = 97+66+51=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #614233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614233 is #9EBDCC. Grayscale: #494949. Windows color (decimal): -10403277 or 3359329. OLE color: 3359329.

HSL color Cylindrical-coordinate representation of color #614233: hue angle of 19.57º 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 #614233 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 66 51 -
CMYK 0 0.32 0.47 0.62
HSL 19.57º 0.31% 0.29% -
HSV(B) 19.57º 0.47% 0.38% -
XYZ 7.48 6.68 4.03 -
YUV 73.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 97 66 51 0 0.32 0.47 0.62 19.57 0.31 0.29
Hex 61 42 33 0 20 2F 3E 14 1F 1D
Octal 141 102 63 0 40 57 76 24 37 35
Binary 1100001 1000010 110011 0 100000 101111 111110 10100 11111 11101

Color Harmonies of #614233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614233

Black with #614233

Text Example


Text Example

White with #614233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614233; }

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

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

background-color css

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

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

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

border-color css

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

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

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