Html Css Color HEX #681A2E Claret

📋 copy color: '#681A2E'

red 104 ◦ green 26 ◦ blue 46

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

Shades of Claret #681A2E

Tints of Claret #681A2E

RGB

 RED value IS 104 (41.02% from 255) = 59.09%

 GREEN value IS 26 (10.55% from 255) = 14.77%

 BLUE value IS 46 (18.36% from 255) = 26.14%

R = 59.09%
G = 14.77%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#681A2E (or 0x681A2E) is known color: Claret. HEX triplet: 68, 1A and 2E. RGB value is (104,26,46). Sum of RGB (Red+Green+Blue) = 104+26+46=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #681A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A2E is #97E5D1. Grayscale: #333333. Windows color (decimal): -9954770 or 3021416. OLE color: 3021416.

HSL color Cylindrical-coordinate representation of color #681A2E: hue angle of 344.62º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A2E is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 46 -
CMYK 0 0.75 0.56 0.59
HSL 344.62º 0.6% 0.25% -
HSV(B) 344.62º 0.75% 0.41% -
XYZ 6.57 3.88 2.99 -
YUV 51.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 104 26 46 0 0.75 0.56 0.59 344.62 0.6 0.25
Hex 68 1A 2E 0 4B 38 3B 159 3C 19
Octal 150 32 56 0 113 70 73 531 74 31
Binary 1101000 11010 101110 0 1001011 111000 111011 101011001 111100 11001

Color Harmonies of #681A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A2E

Black with #681A2E

Text Example


Text Example

White with #681A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681A2E; }

 p { color: rgb(104,26,46); }

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

background-color css

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

 a { background-color: rgb(104,26,46); }

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

border-color css

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

 span { border-color: rgb(104,26,46); }

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