Html Css Color HEX #604F4B Congo Brown

📋 copy color: '#604F4B'

red 96 ◦ green 79 ◦ blue 75

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

Shades of Congo Brown #604F4B

Tints of Congo Brown #604F4B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.6%

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

R = 38.4%
G = 31.6%
B = 30%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#604F4B (or 0x604F4B) is known color: Congo Brown. HEX triplet: 60, 4F and 4B. RGB value is (96,79,75). Sum of RGB (Red+Green+Blue) = 96+79+75=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F4B is #9FB0B4. Grayscale: #535353. Windows color (decimal): -10465461 or 4935520. OLE color: 4935520.

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

Color convert

RGB 96 79 75 -
CMYK 0 0.18 0.22 0.62
HSL 11.43º 0.12% 0.34% -
HSV(B) 11.43º 0.22% 0.38% -
XYZ 8.89 8.59 7.85 -
YUV 83.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 96 79 75 0 0.18 0.22 0.62 11.43 0.12 0.34
Hex 60 4F 4B 0 12 16 3E B C 22
Octal 140 117 113 0 22 26 76 13 14 42
Binary 1100000 1001111 1001011 0 10010 10110 111110 1011 1100 100010

Color Harmonies of #604F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F4B

Black with #604F4B

Text Example


Text Example

White with #604F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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