Html Css Color HEX #695450 Congo Brown

📋 copy color: '#695450'

red 105 ◦ green 84 ◦ blue 80

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

Shades of Congo Brown #695450

Tints of Congo Brown #695450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

 BLUE value IS 80 (31.64% from 255) = 29.74%

R = 39.03%
G = 31.23%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#695450 (or 0x695450) is known color: Congo Brown. HEX triplet: 69, 54 and 50. RGB value is (105,84,80). Sum of RGB (Red+Green+Blue) = 105+84+80=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #695450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695450 is #96ABAF. Grayscale: #595959. Windows color (decimal): -9874352 or 5264489. OLE color: 5264489.

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

Color convert

RGB 105 84 80 -
CMYK 0 0.20 0.24 0.59
HSL 9.6º 0.14% 0.36% -
HSV(B) 9.6º 0.24% 0.41% -
XYZ 10.44 9.92 8.95 -
YUV 89.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 105 84 80 0 0.20 0.24 0.59 9.6 0.14 0.36
Hex 69 54 50 0 14 18 3B A E 24
Octal 151 124 120 0 24 30 73 12 16 44
Binary 1101001 1010100 1010000 0 10100 11000 111011 1010 1110 100100

Color Harmonies of #695450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695450

Black with #695450

Text Example


Text Example

White with #695450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695450; }

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

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

background-color css

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

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

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

border-color css

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

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

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