Html Css Color HEX #6F2505 Baker's Chocolate

📋 copy color: '#6F2505'

red 111 ◦ green 37 ◦ blue 5

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

Shades of Baker's Chocolate #6F2505

Tints of Baker's Chocolate #6F2505

RGB

 RED value IS 111 (43.75% from 255) = 72.55%

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

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

R = 72.55%
G = 24.18%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F2505 (or 0x6F2505) is known color: Baker's Chocolate. HEX triplet: 6F, 25 and 05. RGB value is (111,37,5). Sum of RGB (Red+Green+Blue) = 111+37+5=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2505 is #90DAFA. Grayscale: #373737. Windows color (decimal): -9493243 or 337263. OLE color: 337263.

HSL color Cylindrical-coordinate representation of color #6F2505: hue angle of 18.11º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F2505 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 5 -
CMYK 0 0.67 0.95 0.56
HSL 18.11º 0.91% 0.23% -
HSV(B) 18.11º 0.95% 0.44% -
XYZ 7.24 4.71 0.67 -
YUV 55.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 111 37 5 0 0.67 0.95 0.56 18.11 0.91 0.23
Hex 6F 25 5 0 43 5F 38 12 5B 17
Octal 157 45 5 0 103 137 70 22 133 27
Binary 1101111 100101 101 0 1000011 1011111 111000 10010 1011011 10111

Color Harmonies of #6F2505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2505

Black with #6F2505

Text Example


Text Example

White with #6F2505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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