Html Css Color HEX #681A2C Pohutukawa

📋 copy color: '#681A2C'

red 104 ◦ green 26 ◦ blue 44

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

Shades of Pohutukawa #681A2C

Tints of Pohutukawa #681A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.29%

R = 59.77%
G = 14.94%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#681A2C (or 0x681A2C) is known color: Pohutukawa. HEX triplet: 68, 1A and 2C. RGB value is (104,26,44). Sum of RGB (Red+Green+Blue) = 104+26+44=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #681A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A2C is #97E5D3. Grayscale: #333333. Windows color (decimal): -9954772 or 2890344. OLE color: 2890344.

HSL color Cylindrical-coordinate representation of color #681A2C: hue angle of 346.15º 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 #681A2C is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 44 -
CMYK 0 0.75 0.58 0.59
HSL 346.15º 0.6% 0.25% -
HSV(B) 346.15º 0.75% 0.41% -
XYZ 6.53 3.86 2.78 -
YUV 51.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 104 26 44 0 0.75 0.58 0.59 346.15 0.6 0.25
Hex 68 1A 2C 0 4B 3A 3B 15A 3C 19
Octal 150 32 54 0 113 72 73 532 74 31
Binary 1101000 11010 101100 0 1001011 111010 111011 101011010 111100 11001

Color Harmonies of #681A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A2C

Black with #681A2C

Text Example


Text Example

White with #681A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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