Html Css Color HEX #674942 Congo Brown

📋 copy color: '#674942'

red 103 ◦ green 73 ◦ blue 66

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

Shades of Congo Brown #674942

Tints of Congo Brown #674942

RGB

 RED value IS 103 (40.63% from 255) = 42.56%

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 42.56%
G = 30.17%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#674942 (or 0x674942) is known color: Congo Brown. HEX triplet: 67, 49 and 42. RGB value is (103,73,66). Sum of RGB (Red+Green+Blue) = 103+73+66=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 103 - color contains mainly: red. Hex color #674942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674942 is #98B6BD. Grayscale: #515151. Windows color (decimal): -10008254 or 4344167. OLE color: 4344167.

HSL color Cylindrical-coordinate representation of color #674942: hue angle of 11.35º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #674942 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 73 66 -
CMYK 0 0.29 0.36 0.60
HSL 11.35º 0.22% 0.33% -
HSV(B) 11.35º 0.36% 0.4% -
XYZ 8.96 8.04 6.23 -
YUV 81.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 103 73 66 0 0.29 0.36 0.60 11.35 0.22 0.33
Hex 67 49 42 0 1D 24 3C B 16 21
Octal 147 111 102 0 35 44 74 13 26 41
Binary 1100111 1001001 1000010 0 11101 100100 111100 1011 10110 100001

Color Harmonies of #674942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674942

Black with #674942

Text Example


Text Example

White with #674942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674942; }

 p { color: rgb(103,73,66); }

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

background-color css

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

 a { background-color: rgb(103,73,66); }

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

border-color css

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

 span { border-color: rgb(103,73,66); }

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