Html Css Color HEX #614745 Congo Brown

📋 copy color: '#614745'

red 97 ◦ green 71 ◦ blue 69

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

Shades of Congo Brown #614745

Tints of Congo Brown #614745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

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

R = 40.93%
G = 29.96%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#614745 (or 0x614745) is known color: Congo Brown. HEX triplet: 61, 47 and 45. RGB value is (97,71,69). Sum of RGB (Red+Green+Blue) = 97+71+69=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #614745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614745 is #9EB8BA. Grayscale: #4E4E4E. Windows color (decimal): -10401979 or 4540257. OLE color: 4540257.

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

Color convert

RGB 97 71 69 -
CMYK 0 0.27 0.29 0.62
HSL 4.29º 0.17% 0.33% -
HSV(B) 4.29º 0.29% 0.38% -
XYZ 8.26 7.48 6.64 -
YUV 78.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 97 71 69 0 0.27 0.29 0.62 4.29 0.17 0.33
Hex 61 47 45 0 1B 1D 3E 4 11 21
Octal 141 107 105 0 33 35 76 4 21 41
Binary 1100001 1000111 1000101 0 11011 11101 111110 100 10001 100001

Color Harmonies of #614745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614745

Black with #614745

Text Example


Text Example

White with #614745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614745; }

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

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

background-color css

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

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

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

border-color css

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

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

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