Html Css Color HEX #604B4A Congo Brown

📋 copy color: '#604B4A'

red 96 ◦ green 75 ◦ blue 74

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

Shades of Congo Brown #604B4A

Tints of Congo Brown #604B4A

RGB

 RED value IS 96 (37.89% from 255) = 39.18%

 GREEN value IS 75 (29.69% from 255) = 30.61%

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 39.18%
G = 30.61%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#604B4A (or 0x604B4A) is known color: Congo Brown. HEX triplet: 60, 4B and 4A. RGB value is (96,75,74). Sum of RGB (Red+Green+Blue) = 96+75+74=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #604B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B4A is #9FB4B5. Grayscale: #515151. Windows color (decimal): -10466486 or 4868960. OLE color: 4868960.

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

Color convert

RGB 96 75 74 -
CMYK 0 0.22 0.23 0.62
HSL 2.73º 0.13% 0.33% -
HSV(B) 2.73º 0.23% 0.38% -
XYZ 8.58 8.01 7.57 -
YUV 81.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 96 75 74 0 0.22 0.23 0.62 2.73 0.13 0.33
Hex 60 4B 4A 0 16 17 3E 3 D 21
Octal 140 113 112 0 26 27 76 3 15 41
Binary 1100000 1001011 1001010 0 10110 10111 111110 11 1101 100001

Color Harmonies of #604B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604B4A

Black with #604B4A

Text Example


Text Example

White with #604B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604B4A; }

 p { color: rgb(96,75,74); }

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

background-color css

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

 a { background-color: rgb(96,75,74); }

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

border-color css

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

 span { border-color: rgb(96,75,74); }

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