Html Css Color HEX #6B452D Semi-Sweet Chocolate

📋 copy color: '#6B452D'

red 107 ◦ green 69 ◦ blue 45

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

Shades of Semi-Sweet Chocolate #6B452D

Tints of Semi-Sweet Chocolate #6B452D

RGB

 RED value IS 107 (42.19% from 255) = 48.42%

 GREEN value IS 69 (27.34% from 255) = 31.22%

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 48.42%
G = 31.22%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6B452D (or 0x6B452D) is known color: Semi-Sweet Chocolate. HEX triplet: 6B, 45 and 2D. RGB value is (107,69,45). Sum of RGB (Red+Green+Blue) = 107+69+45=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B452D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B452D is #94BAD2. Grayscale: #4D4D4D. Windows color (decimal): -9747155 or 2966891. OLE color: 2966891.

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

Color convert

RGB 107 69 45 -
CMYK 0 0.36 0.58 0.58
HSL 23.23º 0.41% 0.3% -
HSV(B) 23.23º 0.58% 0.42% -
XYZ 8.67 7.57 3.49 -
YUV 77.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 107 69 45 0 0.36 0.58 0.58 23.23 0.41 0.3
Hex 6B 45 2D 0 24 3A 3A 17 29 1E
Octal 153 105 55 0 44 72 72 27 51 36
Binary 1101011 1000101 101101 0 100100 111010 111010 10111 101001 11110

Color Harmonies of #6B452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B452D

Black with #6B452D

Text Example


Text Example

White with #6B452D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,69,45); }

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

background-color css

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

 a { background-color: rgb(107,69,45); }

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

border-color css

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

 span { border-color: rgb(107,69,45); }

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