Html Css Color HEX #680915 Pohutukawa

📋 copy color: '#680915'

red 104 ◦ green 9 ◦ blue 21

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

Shades of Pohutukawa #680915

Tints of Pohutukawa #680915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.67%

R = 77.61%
G = 6.72%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#680915 (or 0x680915) is known color: Pohutukawa. HEX triplet: 68, 09 and 15. RGB value is (104,9,21). Sum of RGB (Red+Green+Blue) = 104+9+21=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #680915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680915 is #97F6EA. Grayscale: #262626. Windows color (decimal): -9959147 or 1378664. OLE color: 1378664.

HSL color Cylindrical-coordinate representation of color #680915: hue angle of 352.42º 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 #680915 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 9 21 -
CMYK 0 0.91 0.80 0.59
HSL 352.42º 0.84% 0.22% -
HSV(B) 352.42º 0.91% 0.41% -
XYZ 5.94 3.19 1.01 -
YUV 38.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 104 9 21 0 0.91 0.80 0.59 352.42 0.84 0.22
Hex 68 9 15 0 5B 50 3B 160 54 16
Octal 150 11 25 0 133 120 73 540 124 26
Binary 1101000 1001 10101 0 1011011 1010000 111011 101100000 1010100 10110

Color Harmonies of #680915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680915

Black with #680915

Text Example


Text Example

White with #680915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680915; }

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

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

background-color css

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

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

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

border-color css

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

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

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