Html Css Color HEX #681C2E Claret

📋 copy color: '#681C2E'

red 104 ◦ green 28 ◦ blue 46

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

Shades of Claret #681C2E

Tints of Claret #681C2E

RGB

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

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

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

R = 58.43%
G = 15.73%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#681C2E (or 0x681C2E) is known color: Claret. HEX triplet: 68, 1C and 2E. RGB value is (104,28,46). Sum of RGB (Red+Green+Blue) = 104+28+46=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C2E is #97E3D1. Grayscale: #343434. Windows color (decimal): -9954258 or 3021928. OLE color: 3021928.

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

Color convert

RGB 104 28 46 -
CMYK 0 0.73 0.56 0.59
HSL 345.79º 0.58% 0.26% -
HSV(B) 345.79º 0.73% 0.41% -
XYZ 6.62 3.97 3 -
YUV 52.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 104 28 46 0 0.73 0.56 0.59 345.79 0.58 0.26
Hex 68 1C 2E 0 49 38 3B 15A 3A 1A
Octal 150 34 56 0 111 70 73 532 72 32
Binary 1101000 11100 101110 0 1001001 111000 111011 101011010 111010 11010

Color Harmonies of #681C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C2E

Black with #681C2E

Text Example


Text Example

White with #681C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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