Html Css Color HEX #695048 Congo Brown

📋 copy color: '#695048'

red 105 ◦ green 80 ◦ blue 72

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

Shades of Congo Brown #695048

Tints of Congo Brown #695048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 40.86%
G = 31.13%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#695048 (or 0x695048) is known color: Congo Brown. HEX triplet: 69, 50 and 48. RGB value is (105,80,72). Sum of RGB (Red+Green+Blue) = 105+80+72=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #695048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695048 is #96AFB7. Grayscale: #565656. Windows color (decimal): -9875384 or 4739177. OLE color: 4739177.

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

Color convert

RGB 105 80 72 -
CMYK 0 0.24 0.31 0.59
HSL 14.55º 0.19% 0.35% -
HSV(B) 14.55º 0.31% 0.41% -
XYZ 9.86 9.21 7.39 -
YUV 86.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 105 80 72 0 0.24 0.31 0.59 14.55 0.19 0.35
Hex 69 50 48 0 18 1F 3B F 13 23
Octal 151 120 110 0 30 37 73 17 23 43
Binary 1101001 1010000 1001000 0 11000 11111 111011 1111 10011 100011

Color Harmonies of #695048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695048

Black with #695048

Text Example


Text Example

White with #695048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695048; }

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

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

background-color css

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

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

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

border-color css

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

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

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