Html Css Color HEX #692501 Baker's Chocolate

📋 copy color: '#692501'

red 105 ◦ green 37 ◦ blue 1

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

Shades of Baker's Chocolate #692501

Tints of Baker's Chocolate #692501

RGB

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

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

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

R = 73.43%
G = 25.87%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#692501 (or 0x692501) is known color: Baker's Chocolate. HEX triplet: 69, 25 and 01. RGB value is (105,37,1). Sum of RGB (Red+Green+Blue) = 105+37+1=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #692501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692501 is #96DAFE. Grayscale: #353535. Windows color (decimal): -9886463 or 75113. OLE color: 75113.

HSL color Cylindrical-coordinate representation of color #692501: hue angle of 20.77º 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 #692501 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 37 1 -
CMYK 0 0.65 0.99 0.59
HSL 20.77º 0.98% 0.21% -
HSV(B) 20.77º 0.99% 0.41% -
XYZ 6.49 4.33 0.52 -
YUV 53.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 105 37 1 0 0.65 0.99 0.59 20.77 0.98 0.21
Hex 69 25 1 0 41 63 3B 15 62 15
Octal 151 45 1 0 101 143 73 25 142 25
Binary 1101001 100101 1 0 1000001 1100011 111011 10101 1100010 10101

Color Harmonies of #692501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692501

Black with #692501

Text Example


Text Example

White with #692501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692501; }

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

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

background-color css

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

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

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

border-color css

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

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

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