Html Css Color HEX #6D360A Baker's Chocolate

📋 copy color: '#6D360A'

red 109 ◦ green 54 ◦ blue 10

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

Shades of Baker's Chocolate #6D360A

Tints of Baker's Chocolate #6D360A

RGB

 RED value IS 109 (42.97% from 255) = 63.01%

 GREEN value IS 54 (21.48% from 255) = 31.21%

 BLUE value IS 10 (4.3% from 255) = 5.78%

R = 63.01%
G = 31.21%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.57

RGB Variations

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

Color information

#6D360A (or 0x6D360A) is known color: Baker's Chocolate. HEX triplet: 6D, 36 and 0A. RGB value is (109,54,10). Sum of RGB (Red+Green+Blue) = 109+54+10=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D360A is #92C9F5. Grayscale: #414141. Windows color (decimal): -9619958 or 669293. OLE color: 669293.

HSL color Cylindrical-coordinate representation of color #6D360A: hue angle of 26.67º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D360A is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 54 10 -
CMYK 0 0.50 0.91 0.57
HSL 26.67º 0.83% 0.23% -
HSV(B) 26.67º 0.91% 0.43% -
XYZ 7.68 5.91 1.02 -
YUV 65.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 109 54 10 0 0.50 0.91 0.57 26.67 0.83 0.23
Hex 6D 36 A 0 32 5B 39 1B 53 17
Octal 155 66 12 0 62 133 71 33 123 27
Binary 1101101 110110 1010 0 110010 1011011 111001 11011 1010011 10111

Color Harmonies of #6D360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D360A

Black with #6D360A

Text Example


Text Example

White with #6D360A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,54,10); }

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

background-color css

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

 a { background-color: rgb(109,54,10); }

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

border-color css

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

 span { border-color: rgb(109,54,10); }

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