Html Css Color HEX #67412A Semi-Sweet Chocolate

📋 copy color: '#67412A'

red 103 ◦ green 65 ◦ blue 42

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

Shades of Semi-Sweet Chocolate #67412A

Tints of Semi-Sweet Chocolate #67412A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20%

R = 49.05%
G = 30.95%
B = 20%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#67412A (or 0x67412A) is known color: Semi-Sweet Chocolate. HEX triplet: 67, 41 and 2A. RGB value is (103,65,42). Sum of RGB (Red+Green+Blue) = 103+65+42=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #67412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67412A is #98BED5. Grayscale: #494949. Windows color (decimal): -10010326 or 2769255. OLE color: 2769255.

HSL color Cylindrical-coordinate representation of color #67412A: hue angle of 22.62º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67412A is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 65 42 -
CMYK 0 0.37 0.59 0.60
HSL 22.62º 0.42% 0.28% -
HSV(B) 22.62º 0.59% 0.4% -
XYZ 7.9 6.83 3.09 -
YUV 73.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 103 65 42 0 0.37 0.59 0.60 22.62 0.42 0.28
Hex 67 41 2A 0 25 3B 3C 17 2A 1C
Octal 147 101 52 0 45 73 74 27 52 34
Binary 1100111 1000001 101010 0 100101 111011 111100 10111 101010 11100

Color Harmonies of #67412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67412A

Black with #67412A

Text Example


Text Example

White with #67412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67412A; }

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

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

background-color css

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

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

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

border-color css

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

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

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