Html Css Color HEX #6D3405 Baker's Chocolate

📋 copy color: '#6D3405'

red 109 ◦ green 52 ◦ blue 5

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

Shades of Baker's Chocolate #6D3405

Tints of Baker's Chocolate #6D3405

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

 BLUE value IS 5 (2.34% from 255) = 3.01%

R = 65.66%
G = 31.33%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6D3405 (or 0x6D3405) is known color: Baker's Chocolate. HEX triplet: 6D, 34 and 05. RGB value is (109,52,5). Sum of RGB (Red+Green+Blue) = 109+52+5=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3405 is #92CBFA. Grayscale: #3F3F3F. Windows color (decimal): -9620475 or 341101. OLE color: 341101.

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

Color convert

RGB 109 52 5 -
CMYK 0 0.52 0.95 0.57
HSL 27.12º 0.91% 0.22% -
HSV(B) 27.12º 0.95% 0.43% -
XYZ 7.56 5.72 0.85 -
YUV 63.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 109 52 5 0 0.52 0.95 0.57 27.12 0.91 0.22
Hex 6D 34 5 0 34 5F 39 1B 5B 16
Octal 155 64 5 0 64 137 71 33 133 26
Binary 1101101 110100 101 0 110100 1011111 111001 11011 1011011 10110

Color Harmonies of #6D3405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3405

Black with #6D3405

Text Example


Text Example

White with #6D3405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,52,5); }

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

background-color css

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

 a { background-color: rgb(109,52,5); }

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

border-color css

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

 span { border-color: rgb(109,52,5); }

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