Html Css Color HEX #C68622 Geebung

📋 copy color: '#C68622'

red 198 ◦ green 134 ◦ blue 34

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

Shades of Geebung #C68622

Tints of Geebung #C68622

RGB

 RED value IS 198 (77.73% from 255) = 54.1%

 GREEN value IS 134 (52.73% from 255) = 36.61%

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

R = 54.1%
G = 36.61%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C68622 (or 0xC68622) is known color: Geebung. HEX triplet: C6, 86 and 22. RGB value is (198,134,34). Sum of RGB (Red+Green+Blue) = 198+134+34=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C68622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68622 is #3979DD. Grayscale: #8E8E8E. Windows color (decimal): -3766750 or 2262726. OLE color: 2262726.

HSL color Cylindrical-coordinate representation of color #C68622: hue angle of 36.59º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C68622 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 134 34 -
CMYK 0 0.32 0.83 0.22
HSL 36.59º 0.71% 0.45% -
HSV(B) 36.59º 0.83% 0.78% -
XYZ 32.1 29.17 5.45 -
YUV 141.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 198 134 34 0 0.32 0.83 0.22 36.59 0.71 0.45
Hex C6 86 22 0 20 53 16 25 47 2D
Octal 306 206 42 0 40 123 26 45 107 55
Binary 11000110 10000110 100010 0 100000 1010011 10110 100101 1000111 101101

Color Harmonies of #C68622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68622

Black with #C68622

Text Example


Text Example

White with #C68622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68622; }

 p { color: rgb(198,134,34); }

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

background-color css

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

 a { background-color: rgb(198,134,34); }

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

border-color css

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

 span { border-color: rgb(198,134,34); }

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