Html Css Color HEX #614945 Congo Brown

📋 copy color: '#614945'

red 97 ◦ green 73 ◦ blue 69

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

Shades of Congo Brown #614945

Tints of Congo Brown #614945

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

 BLUE value IS 69 (27.34% from 255) = 28.87%

R = 40.59%
G = 30.54%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#614945 (or 0x614945) is known color: Congo Brown. HEX triplet: 61, 49 and 45. RGB value is (97,73,69). Sum of RGB (Red+Green+Blue) = 97+73+69=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #614945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614945 is #9EB6BA. Grayscale: #4F4F4F. Windows color (decimal): -10401467 or 4540769. OLE color: 4540769.

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

Color convert

RGB 97 73 69 -
CMYK 0 0.25 0.29 0.62
HSL 8.57º 0.17% 0.33% -
HSV(B) 8.57º 0.29% 0.38% -
XYZ 8.39 7.74 6.68 -
YUV 79.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 97 73 69 0 0.25 0.29 0.62 8.57 0.17 0.33
Hex 61 49 45 0 19 1D 3E 9 11 21
Octal 141 111 105 0 31 35 76 11 21 41
Binary 1100001 1001001 1000101 0 11001 11101 111110 1001 10001 100001

Color Harmonies of #614945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614945

Black with #614945

Text Example


Text Example

White with #614945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614945; }

 p { color: rgb(97,73,69); }

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

background-color css

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

 a { background-color: rgb(97,73,69); }

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

border-color css

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

 span { border-color: rgb(97,73,69); }

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