Html Css Color HEX #681619 Pohutukawa

📋 copy color: '#681619'

red 104 ◦ green 22 ◦ blue 25

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

Shades of Pohutukawa #681619

Tints of Pohutukawa #681619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.57%

 BLUE value IS 25 (10.16% from 255) = 16.56%

R = 68.87%
G = 14.57%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#681619 (or 0x681619) is known color: Pohutukawa. HEX triplet: 68, 16 and 19. RGB value is (104,22,25). Sum of RGB (Red+Green+Blue) = 104+22+25=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #681619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681619 is #97E9E6. Grayscale: #2E2E2E. Windows color (decimal): -9955815 or 1644136. OLE color: 1644136.

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

Color convert

RGB 104 22 25 -
CMYK 0 0.79 0.76 0.59
HSL 357.8º 0.65% 0.25% -
HSV(B) 357.8º 0.79% 0.41% -
XYZ 6.17 3.59 1.29 -
YUV 46.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 104 22 25 0 0.79 0.76 0.59 357.8 0.65 0.25
Hex 68 16 19 0 4F 4C 3B 166 41 19
Octal 150 26 31 0 117 114 73 546 101 31
Binary 1101000 10110 11001 0 1001111 1001100 111011 101100110 1000001 11001

Color Harmonies of #681619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681619

Black with #681619

Text Example


Text Example

White with #681619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681619; }

 p { color: rgb(104,22,25); }

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

background-color css

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

 a { background-color: rgb(104,22,25); }

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

border-color css

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

 span { border-color: rgb(104,22,25); }

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