Html Css Color HEX #694D4B Congo Brown

📋 copy color: '#694D4B'

red 105 ◦ green 77 ◦ blue 75

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

Shades of Congo Brown #694D4B

Tints of Congo Brown #694D4B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.96%

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

R = 40.86%
G = 29.96%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#694D4B (or 0x694D4B) is known color: Congo Brown. HEX triplet: 69, 4D and 4B. RGB value is (105,77,75). Sum of RGB (Red+Green+Blue) = 105+77+75=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #694D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D4B is #96B2B4. Grayscale: #555555. Windows color (decimal): -9876149 or 4935017. OLE color: 4935017.

HSL color Cylindrical-coordinate representation of color #694D4B: hue angle of 4º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #694D4B is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 77 75 -
CMYK 0 0.27 0.29 0.59
HSL 0.17% 0.35% -
HSV(B) 0.29% 0.41% -
XYZ 9.75 8.82 7.84 -
YUV 85.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 105 77 75 0 0.27 0.29 0.59 4 0.17 0.35
Hex 69 4D 4B 0 1B 1D 3B 4 11 23
Octal 151 115 113 0 33 35 73 4 21 43
Binary 1101001 1001101 1001011 0 11011 11101 111011 100 10001 100011

Color Harmonies of #694D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D4B

Black with #694D4B

Text Example


Text Example

White with #694D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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