Html Css Color HEX #6A3D1E Semi-Sweet Chocolate

📋 copy color: '#6A3D1E'

red 106 ◦ green 61 ◦ blue 30

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

Shades of Semi-Sweet Chocolate #6A3D1E

Tints of Semi-Sweet Chocolate #6A3D1E

RGB

 RED value IS 106 (41.8% from 255) = 53.81%

 GREEN value IS 61 (24.22% from 255) = 30.96%

 BLUE value IS 30 (12.11% from 255) = 15.23%

R = 53.81%
G = 30.96%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6A3D1E (or 0x6A3D1E) is known color: Semi-Sweet Chocolate. HEX triplet: 6A, 3D and 1E. RGB value is (106,61,30). Sum of RGB (Red+Green+Blue) = 106+61+30=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3D1E is #95C2E1. Grayscale: #474747. Windows color (decimal): -9814754 or 1981802. OLE color: 1981802.

HSL color Cylindrical-coordinate representation of color #6A3D1E: hue angle of 24.47º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A3D1E is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 61 30 -
CMYK 0 0.42 0.72 0.58
HSL 24.47º 0.56% 0.27% -
HSV(B) 24.47º 0.72% 0.42% -
XYZ 7.85 6.5 2.07 -
YUV 70.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 106 61 30 0 0.42 0.72 0.58 24.47 0.56 0.27
Hex 6A 3D 1E 0 2A 48 3A 18 38 1B
Octal 152 75 36 0 52 110 72 30 70 33
Binary 1101010 111101 11110 0 101010 1001000 111010 11000 111000 11011

Color Harmonies of #6A3D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3D1E

Black with #6A3D1E

Text Example


Text Example

White with #6A3D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A3D1E; }

 p { color: rgb(106,61,30); }

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

background-color css

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

 a { background-color: rgb(106,61,30); }

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

border-color css

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

 span { border-color: rgb(106,61,30); }

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