Html Css Color HEX #681F28 Pohutukawa

📋 copy color: '#681F28'

red 104 ◦ green 31 ◦ blue 40

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

Shades of Pohutukawa #681F28

Tints of Pohutukawa #681F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.71%

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 59.43%
G = 17.71%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#681F28 (or 0x681F28) is known color: Pohutukawa. HEX triplet: 68, 1F and 28. RGB value is (104,31,40). Sum of RGB (Red+Green+Blue) = 104+31+40=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #681F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F28 is #97E0D7. Grayscale: #353535. Windows color (decimal): -9953496 or 2629480. OLE color: 2629480.

HSL color Cylindrical-coordinate representation of color #681F28: hue angle of 352.6º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F28 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 31 40 -
CMYK 0 0.70 0.62 0.59
HSL 352.6º 0.54% 0.26% -
HSV(B) 352.6º 0.7% 0.41% -
XYZ 6.58 4.08 2.45 -
YUV 53.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 104 31 40 0 0.70 0.62 0.59 352.6 0.54 0.26
Hex 68 1F 28 0 46 3E 3B 161 36 1A
Octal 150 37 50 0 106 76 73 541 66 32
Binary 1101000 11111 101000 0 1000110 111110 111011 101100001 110110 11010

Color Harmonies of #681F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F28

Black with #681F28

Text Example


Text Example

White with #681F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,31,40); }

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

background-color css

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

 a { background-color: rgb(104,31,40); }

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

border-color css

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

 span { border-color: rgb(104,31,40); }

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