Html Css Color HEX #6B2505 Baker's Chocolate

📋 copy color: '#6B2505'

red 107 ◦ green 37 ◦ blue 5

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

Shades of Baker's Chocolate #6B2505

Tints of Baker's Chocolate #6B2505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.83%

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

R = 71.81%
G = 24.83%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#6B2505 (or 0x6B2505) is known color: Baker's Chocolate. HEX triplet: 6B, 25 and 05. RGB value is (107,37,5). Sum of RGB (Red+Green+Blue) = 107+37+5=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2505 is #94DAFA. Grayscale: #363636. Windows color (decimal): -9755387 or 337259. OLE color: 337259.

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

Color convert

RGB 107 37 5 -
CMYK 0 0.65 0.95 0.58
HSL 18.82º 0.91% 0.22% -
HSV(B) 18.82º 0.95% 0.42% -
XYZ 6.75 4.46 0.65 -
YUV 54.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 107 37 5 0 0.65 0.95 0.58 18.82 0.91 0.22
Hex 6B 25 5 0 41 5F 3A 13 5B 16
Octal 153 45 5 0 101 137 72 23 133 26
Binary 1101011 100101 101 0 1000001 1011111 111010 10011 1011011 10110

Color Harmonies of #6B2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2505

Black with #6B2505

Text Example


Text Example

White with #6B2505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,37,5); }

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

background-color css

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

 a { background-color: rgb(107,37,5); }

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

border-color css

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

 span { border-color: rgb(107,37,5); }

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