Html Css Color HEX #69504D Congo Brown

📋 copy color: '#69504D'

red 105 ◦ green 80 ◦ blue 77

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

Shades of Congo Brown #69504D

Tints of Congo Brown #69504D

RGB

 RED value IS 105 (41.41% from 255) = 40.08%

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

 BLUE value IS 77 (30.47% from 255) = 29.39%

R = 40.08%
G = 30.53%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#69504D (or 0x69504D) is known color: Congo Brown. HEX triplet: 69, 50 and 4D. RGB value is (105,80,77). Sum of RGB (Red+Green+Blue) = 105+80+77=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #69504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69504D is #96AFB2. Grayscale: #575757. Windows color (decimal): -9875379 or 5066857. OLE color: 5066857.

HSL color Cylindrical-coordinate representation of color #69504D: hue angle of 6.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69504D is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 80 77 -
CMYK 0 0.24 0.27 0.59
HSL 6.43º 0.15% 0.36% -
HSV(B) 6.43º 0.27% 0.41% -
XYZ 10.03 9.28 8.28 -
YUV 87.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 105 80 77 0 0.24 0.27 0.59 6.43 0.15 0.36
Hex 69 50 4D 0 18 1B 3B 6 F 24
Octal 151 120 115 0 30 33 73 6 17 44
Binary 1101001 1010000 1001101 0 11000 11011 111011 110 1111 100100

Color Harmonies of #69504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69504D

Black with #69504D

Text Example


Text Example

White with #69504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69504D; }

 p { color: rgb(105,80,77); }

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

background-color css

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

 a { background-color: rgb(105,80,77); }

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

border-color css

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

 span { border-color: rgb(105,80,77); }

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