Html Css Color HEX #691D22 Pohutukawa

📋 copy color: '#691D22'

red 105 ◦ green 29 ◦ blue 34

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

Shades of Pohutukawa #691D22

Tints of Pohutukawa #691D22

RGB

 RED value IS 105 (41.41% from 255) = 62.5%

 GREEN value IS 29 (11.72% from 255) = 17.26%

 BLUE value IS 34 (13.67% from 255) = 20.24%

R = 62.5%
G = 17.26%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#691D22 (or 0x691D22) is known color: Pohutukawa. HEX triplet: 69, 1D and 22. RGB value is (105,29,34). Sum of RGB (Red+Green+Blue) = 105+29+34=168 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.5% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 105 - color contains mainly: red. Hex color #691D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691D22 is #96E2DD. Grayscale: #343434. Windows color (decimal): -9888478 or 2235753. OLE color: 2235753.

HSL color Cylindrical-coordinate representation of color #691D22: hue angle of 356.05º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #691D22 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 29 34 -
CMYK 0 0.72 0.68 0.59
HSL 356.05º 0.57% 0.26% -
HSV(B) 356.05º 0.72% 0.41% -
XYZ 6.55 4 1.94 -
YUV 52.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 105 29 34 0 0.72 0.68 0.59 356.05 0.57 0.26
Hex 69 1D 22 0 48 44 3B 164 39 1A
Octal 151 35 42 0 110 104 73 544 71 32
Binary 1101001 11101 100010 0 1001000 1000100 111011 101100100 111001 11010

Color Harmonies of #691D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D22

Black with #691D22

Text Example


Text Example

White with #691D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691D22; }

 p { color: rgb(105,29,34); }

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

background-color css

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

 a { background-color: rgb(105,29,34); }

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

border-color css

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

 span { border-color: rgb(105,29,34); }

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