Html Css Color HEX #692515 Caput Mortuum

📋 copy color: '#692515'

red 105 ◦ green 37 ◦ blue 21

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

Shades of Caput Mortuum #692515

Tints of Caput Mortuum #692515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.88%

R = 64.42%
G = 22.7%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#692515 (or 0x692515) is known color: Caput Mortuum. HEX triplet: 69, 25 and 15. RGB value is (105,37,21). Sum of RGB (Red+Green+Blue) = 105+37+21=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #692515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692515 is #96DAEA. Grayscale: #373737. Windows color (decimal): -9886443 or 1385833. OLE color: 1385833.

HSL color Cylindrical-coordinate representation of color #692515: hue angle of 11.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #692515 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 37 21 -
CMYK 0 0.65 0.80 0.59
HSL 11.43º 0.67% 0.25% -
HSV(B) 11.43º 0.8% 0.41% -
XYZ 6.62 4.38 1.21 -
YUV 55.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 105 37 21 0 0.65 0.80 0.59 11.43 0.67 0.25
Hex 69 25 15 0 41 50 3B B 43 19
Octal 151 45 25 0 101 120 73 13 103 31
Binary 1101001 100101 10101 0 1000001 1010000 111011 1011 1000011 11001

Color Harmonies of #692515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692515

Black with #692515

Text Example


Text Example

White with #692515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692515; }

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

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

background-color css

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

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

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

border-color css

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

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

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