Html Css Color HEX #614E4B Congo Brown

📋 copy color: '#614E4B'

red 97 ◦ green 78 ◦ blue 75

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

Shades of Congo Brown #614E4B

Tints of Congo Brown #614E4B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.2%

 BLUE value IS 75 (29.69% from 255) = 30%

R = 38.8%
G = 31.2%
B = 30%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#614E4B (or 0x614E4B) is known color: Congo Brown. HEX triplet: 61, 4E and 4B. RGB value is (97,78,75). Sum of RGB (Red+Green+Blue) = 97+78+75=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #614E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E4B is #9EB1B4. Grayscale: #535353. Windows color (decimal): -10400181 or 4935265. OLE color: 4935265.

HSL color Cylindrical-coordinate representation of color #614E4B: hue angle of 8.18º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614E4B is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 78 75 -
CMYK 0 0.20 0.23 0.62
HSL 8.18º 0.13% 0.34% -
HSV(B) 8.18º 0.23% 0.38% -
XYZ 8.92 8.5 7.83 -
YUV 83.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 97 78 75 0 0.20 0.23 0.62 8.18 0.13 0.34
Hex 61 4E 4B 0 14 17 3E 8 D 22
Octal 141 116 113 0 24 27 76 10 15 42
Binary 1100001 1001110 1001011 0 10100 10111 111110 1000 1101 100010

Color Harmonies of #614E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E4B

Black with #614E4B

Text Example


Text Example

White with #614E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614E4B; }

 p { color: rgb(97,78,75); }

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

background-color css

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

 a { background-color: rgb(97,78,75); }

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

border-color css

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

 span { border-color: rgb(97,78,75); }

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