Html Css Color HEX #674125 Semi-Sweet Chocolate

📋 copy color: '#674125'

red 103 ◦ green 65 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #674125

Tints of Semi-Sweet Chocolate #674125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

 BLUE value IS 37 (14.84% from 255) = 18.05%

R = 50.24%
G = 31.71%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#674125 (or 0x674125) is known color: Semi-Sweet Chocolate. HEX triplet: 67, 41 and 25. RGB value is (103,65,37). Sum of RGB (Red+Green+Blue) = 103+65+37=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #674125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674125 is #98BEDA. Grayscale: #494949. Windows color (decimal): -10010331 or 2441575. OLE color: 2441575.

HSL color Cylindrical-coordinate representation of color #674125: hue angle of 25.45º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #674125 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 65 37 -
CMYK 0 0.37 0.64 0.60
HSL 25.45º 0.47% 0.27% -
HSV(B) 25.45º 0.64% 0.4% -
XYZ 7.82 6.8 2.65 -
YUV 73.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 103 65 37 0 0.37 0.64 0.60 25.45 0.47 0.27
Hex 67 41 25 0 25 40 3C 19 2F 1B
Octal 147 101 45 0 45 100 74 31 57 33
Binary 1100111 1000001 100101 0 100101 1000000 111100 11001 101111 11011

Color Harmonies of #674125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674125

Black with #674125

Text Example


Text Example

White with #674125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674125; }

 p { color: rgb(103,65,37); }

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

background-color css

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

 a { background-color: rgb(103,65,37); }

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

border-color css

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

 span { border-color: rgb(103,65,37); }

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