Html Css Color HEX #680926 Pohutukawa

📋 copy color: '#680926'

red 104 ◦ green 9 ◦ blue 38

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

Shades of Pohutukawa #680926

Tints of Pohutukawa #680926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.96%

 BLUE value IS 38 (15.23% from 255) = 25.17%

R = 68.87%
G = 5.96%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#680926 (or 0x680926) is known color: Pohutukawa. HEX triplet: 68, 09 and 26. RGB value is (104,9,38). Sum of RGB (Red+Green+Blue) = 104+9+38=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #680926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680926 is #97F6D9. Grayscale: #282828. Windows color (decimal): -9959130 or 2492776. OLE color: 2492776.

HSL color Cylindrical-coordinate representation of color #680926: hue angle of 341.68º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680926 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 9 38 -
CMYK 0 0.91 0.63 0.59
HSL 341.68º 0.84% 0.22% -
HSV(B) 341.68º 0.91% 0.41% -
XYZ 6.16 3.28 2.14 -
YUV 40.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 104 9 38 0 0.91 0.63 0.59 341.68 0.84 0.22
Hex 68 9 26 0 5B 3F 3B 156 54 16
Octal 150 11 46 0 133 77 73 526 124 26
Binary 1101000 1001 100110 0 1011011 111111 111011 101010110 1010100 10110

Color Harmonies of #680926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680926

Black with #680926

Text Example


Text Example

White with #680926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680926; }

 p { color: rgb(104,9,38); }

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

background-color css

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

 a { background-color: rgb(104,9,38); }

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

border-color css

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

 span { border-color: rgb(104,9,38); }

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