Html Css Color HEX #674028 Semi-Sweet Chocolate

📋 copy color: '#674028'

red 103 ◦ green 64 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #674028

Tints of Semi-Sweet Chocolate #674028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.92%

 BLUE value IS 40 (16.02% from 255) = 19.32%

R = 49.76%
G = 30.92%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#674028 (or 0x674028) is known color: Semi-Sweet Chocolate. HEX triplet: 67, 40 and 28. RGB value is (103,64,40). Sum of RGB (Red+Green+Blue) = 103+64+40=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #674028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674028 is #98BFD7. Grayscale: #494949. Windows color (decimal): -10010584 or 2637927. OLE color: 2637927.

HSL color Cylindrical-coordinate representation of color #674028: hue angle of 22.86º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674028 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 64 40 -
CMYK 0 0.38 0.61 0.60
HSL 22.86º 0.44% 0.28% -
HSV(B) 22.86º 0.61% 0.4% -
XYZ 7.81 6.7 2.89 -
YUV 72.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 103 64 40 0 0.38 0.61 0.60 22.86 0.44 0.28
Hex 67 40 28 0 26 3D 3C 17 2C 1C
Octal 147 100 50 0 46 75 74 27 54 34
Binary 1100111 1000000 101000 0 100110 111101 111100 10111 101100 11100

Color Harmonies of #674028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674028

Black with #674028

Text Example


Text Example

White with #674028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674028; }

 p { color: rgb(103,64,40); }

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

background-color css

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

 a { background-color: rgb(103,64,40); }

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

border-color css

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

 span { border-color: rgb(103,64,40); }

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