Html Css Color HEX #691C01 Baker's Chocolate

📋 copy color: '#691C01'

red 105 ◦ green 28 ◦ blue 1

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

Shades of Baker's Chocolate #691C01

Tints of Baker's Chocolate #691C01

RGB

 RED value IS 105 (41.41% from 255) = 78.36%

 GREEN value IS 28 (11.33% from 255) = 20.9%

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 78.36%
G = 20.9%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#691C01 (or 0x691C01) is known color: Baker's Chocolate. HEX triplet: 69, 1C and 01. RGB value is (105,28,1). Sum of RGB (Red+Green+Blue) = 105+28+1=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #691C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C01 is #96E3FE. Grayscale: #303030. Windows color (decimal): -9888767 or 72809. OLE color: 72809.

HSL color Cylindrical-coordinate representation of color #691C01: hue angle of 15.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #691C01 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 28 1 -
CMYK 0 0.73 0.99 0.59
HSL 15.58º 0.98% 0.21% -
HSV(B) 15.58º 0.99% 0.41% -
XYZ 6.25 3.84 0.44 -
YUV 47.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 105 28 1 0 0.73 0.99 0.59 15.58 0.98 0.21
Hex 69 1C 1 0 49 63 3B 10 62 15
Octal 151 34 1 0 111 143 73 20 142 25
Binary 1101001 11100 1 0 1001001 1100011 111011 10000 1100010 10101

Color Harmonies of #691C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C01

Black with #691C01

Text Example


Text Example

White with #691C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691C01; }

 p { color: rgb(105,28,1); }

 H1.HeaderClassName
 {
   color: #691C01;
 }
 .AnyTagClassName
 {
   color: #691C01;
 }
</style>

background-color css

<style>
 a { background-color: #691C01; }

 a { background-color: rgb(105,28,1); }

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

border-color css

<style>
 span { border-color: #691C01; }

 span { border-color: rgb(105,28,1); }

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