Html Css Color HEX #68504B Congo Brown

📋 copy color: '#68504B'

red 104 ◦ green 80 ◦ blue 75

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

Shades of Congo Brown #68504B

Tints of Congo Brown #68504B

RGB

 RED value IS 104 (41.02% from 255) = 40.15%

 GREEN value IS 80 (31.64% from 255) = 30.89%

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

R = 40.15%
G = 30.89%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68504B (or 0x68504B) is known color: Congo Brown. HEX triplet: 68, 50 and 4B. RGB value is (104,80,75). Sum of RGB (Red+Green+Blue) = 104+80+75=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #68504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68504B is #97AFB4. Grayscale: #565656. Windows color (decimal): -9940917 or 4935784. OLE color: 4935784.

HSL color Cylindrical-coordinate representation of color #68504B: hue angle of 10.34º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68504B is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 75 -
CMYK 0 0.23 0.28 0.59
HSL 10.34º 0.16% 0.35% -
HSV(B) 10.34º 0.28% 0.41% -
XYZ 9.85 9.19 7.91 -
YUV 86.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 104 80 75 0 0.23 0.28 0.59 10.34 0.16 0.35
Hex 68 50 4B 0 17 1C 3B A 10 23
Octal 150 120 113 0 27 34 73 12 20 43
Binary 1101000 1010000 1001011 0 10111 11100 111011 1010 10000 100011

Color Harmonies of #68504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68504B

Black with #68504B

Text Example


Text Example

White with #68504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68504B; }

 p { color: rgb(104,80,75); }

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

background-color css

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

 a { background-color: rgb(104,80,75); }

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

border-color css

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

 span { border-color: rgb(104,80,75); }

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