Html Css Color HEX #694B43 Congo Brown

📋 copy color: '#694B43'

red 105 ◦ green 75 ◦ blue 67

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

Shades of Congo Brown #694B43

Tints of Congo Brown #694B43

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.36%

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 42.51%
G = 30.36%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#694B43 (or 0x694B43) is known color: Congo Brown. HEX triplet: 69, 4B and 43. RGB value is (105,75,67). Sum of RGB (Red+Green+Blue) = 105+75+67=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #694B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B43 is #96B4BC. Grayscale: #535353. Windows color (decimal): -9876669 or 4410217. OLE color: 4410217.

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

Color convert

RGB 105 75 67 -
CMYK 0 0.29 0.36 0.59
HSL 12.63º 0.22% 0.34% -
HSV(B) 12.63º 0.36% 0.41% -
XYZ 9.35 8.44 6.45 -
YUV 83.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 105 75 67 0 0.29 0.36 0.59 12.63 0.22 0.34
Hex 69 4B 43 0 1D 24 3B D 16 22
Octal 151 113 103 0 35 44 73 15 26 42
Binary 1101001 1001011 1000011 0 11101 100100 111011 1101 10110 100010

Color Harmonies of #694B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694B43

Black with #694B43

Text Example


Text Example

White with #694B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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